Class WebInvokeAttribute
Inheritance
System.Object
System.Attribute
WebInvokeAttribute
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 WebInvokeAttribute : Attribute, IOperationBehavior
Constructors
| Improve this Doc View SourceWebInvokeAttribute()
Declaration
[NotImplemented]
public WebInvokeAttribute()
Properties
| Improve this Doc View SourceBodyStyle
Declaration
[NotImplemented]
public WebMessageBodyStyle BodyStyle { get; set; }
Property Value
Type | Description |
---|---|
WebMessageBodyStyle |
IsBodyStyleSetExplicitly
Declaration
[NotImplemented]
public bool IsBodyStyleSetExplicitly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRequestFormatSetExplicitly
Declaration
[NotImplemented]
public bool IsRequestFormatSetExplicitly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsResponseFormatSetExplicitly
Declaration
[NotImplemented]
public bool IsResponseFormatSetExplicitly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Method
Declaration
[NotImplemented]
public string Method { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequestFormat
Declaration
[NotImplemented]
public WebMessageFormat RequestFormat { get; set; }
Property Value
Type | Description |
---|---|
WebMessageFormat |
ResponseFormat
Declaration
[NotImplemented]
public WebMessageFormat ResponseFormat { get; set; }
Property Value
Type | Description |
---|---|
WebMessageFormat |
UriTemplate
Declaration
[NotImplemented]
public string UriTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Explicit Interface Implementations
| Improve this Doc View SourceIOperationBehavior.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 |
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 |
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 |
IOperationBehavior.Validate(OperationDescription)
Declaration
void IOperationBehavior.Validate(OperationDescription operationDescription)
Parameters
Type | Name | Description |
---|---|---|
System.ServiceModel.Description.OperationDescription | operationDescription |
Implements
System.ServiceModel.Description.IOperationBehavior