WebInvokeAttribute Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The WebInvokeAttribute type exposes the following members.

Properties

  Name Description
Public property BodyStyle Gets and sets the body style of the messages that are sent to and from an operation.
Public property IsBodyStyleSetExplicitly Gets the IsBodyStyleSetExplicitly property.
Public property IsRequestFormatSetExplicitly Gets the IsRequestFormatSetExplicitly property.
Public property IsResponseFormatSetExplicitly Gets the IsResponseFormatSetExplicitly property.
Public property Method Gets and sets the protocol (for example HTTP) method an operation responds to.
Public property RequestFormat Gets and sets the RequestFormat property.
Public property ResponseFormat Gets and sets the ResponseFormat property.
Public property UriTemplate The Uniform Resource Identifier (URI) template for an operation.

Top