Show / Hide Table of Contents

Class WebGetAttribute

Inheritance
System.Object
System.Attribute
WebGetAttribute
Implements
System.ServiceModel.Description.IOperationBehavior
Inherited Members
System.Attribute.Equals(System.Object)
System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Module)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.GetHashCode()
System.Attribute.IsDefaultAttribute()
System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.Module, System.Type)
System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.Match(System.Object)
System.Attribute.TypeId
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.ServiceModel.Web
Assembly: OpenSilver.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
[NotImplemented]
public sealed class WebGetAttribute : Attribute, IOperationBehavior

Constructors

| Improve this Doc View Source

WebGetAttribute()

Declaration
[NotImplemented]
public WebGetAttribute()

Properties

| Improve this Doc View Source

BodyStyle

Declaration
[NotImplemented]
public WebMessageBodyStyle BodyStyle { get; set; }
Property Value
Type Description
WebMessageBodyStyle
| Improve this Doc View Source

IsBodyStyleSetExplicitly

Declaration
[NotImplemented]
public bool IsBodyStyleSetExplicitly { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRequestFormatSetExplicitly

Declaration
[NotImplemented]
public bool IsRequestFormatSetExplicitly { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsResponseFormatSetExplicitly

Declaration
[NotImplemented]
public bool IsResponseFormatSetExplicitly { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

RequestFormat

Declaration
[NotImplemented]
public WebMessageFormat RequestFormat { get; set; }
Property Value
Type Description
WebMessageFormat
| Improve this Doc View Source

ResponseFormat

Declaration
[NotImplemented]
public WebMessageFormat ResponseFormat { get; set; }
Property Value
Type Description
WebMessageFormat
| Improve this Doc View Source

UriTemplate

Declaration
[NotImplemented]
public string UriTemplate { get; set; }
Property Value
Type Description
System.String

Explicit Interface Implementations

| Improve this Doc View Source

IOperationBehavior.AddBindingParameters(OperationDescription, BindingParameterCollection)

Declaration
void IOperationBehavior.AddBindingParameters(OperationDescription operationDescription, BindingParameterCollection bindingParameters)
Parameters
Type Name Description
System.ServiceModel.Description.OperationDescription operationDescription
System.ServiceModel.Channels.BindingParameterCollection bindingParameters
| Improve this Doc View Source

IOperationBehavior.ApplyClientBehavior(OperationDescription, ClientOperation)

Declaration
void IOperationBehavior.ApplyClientBehavior(OperationDescription operationDescription, ClientOperation clientOperation)
Parameters
Type Name Description
System.ServiceModel.Description.OperationDescription operationDescription
System.ServiceModel.Dispatcher.ClientOperation clientOperation
| Improve this Doc View Source

IOperationBehavior.ApplyDispatchBehavior(OperationDescription, DispatchOperation)

Declaration
void IOperationBehavior.ApplyDispatchBehavior(OperationDescription operationDescription, DispatchOperation dispatchOperation)
Parameters
Type Name Description
System.ServiceModel.Description.OperationDescription operationDescription
System.ServiceModel.Dispatcher.DispatchOperation dispatchOperation
| Improve this Doc View Source

IOperationBehavior.Validate(OperationDescription)

Declaration
void IOperationBehavior.Validate(OperationDescription operationDescription)
Parameters
Type Name Description
System.ServiceModel.Description.OperationDescription operationDescription

Implements

System.ServiceModel.Description.IOperationBehavior
  • Improve this Doc
  • View Source