WebInvokeAttribute Properties
.NET Framework 4.5
The WebInvokeAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
BodyStyle | Gets and sets the body style of the messages that are sent to and from the service operation. |
|
IsBodyStyleSetExplicitly | Gets the IsBodyStyleSetExplicitly property. |
|
IsRequestFormatSetExplicitly | Gets the IsRequestFormatSetExplicitly property. |
|
IsResponseFormatSetExplicitly | Gets the IsResponseFormatSetExplicitly property. |
|
Method | Gets and sets the protocol (for example HTTP) method the service operation responds to. |
|
RequestFormat | Gets and sets the RequestFormat property. |
|
ResponseFormat | Gets and sets the ResponseFormat property. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
|
UriTemplate | The Uniform Resource Identifier (URI) template for the service operation. |