OperationContractAttribute Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The OperationContractAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Action | Gets or sets the WS-Addressing action of the request message. |
|
AsyncPattern | Indicates that an operation is implemented asynchronously using a Begin<methodName> and End<methodName> method pair in a service contract. |
|
IsOneWay | Gets or sets a value that indicates whether an operation returns a reply message. |
|
Name | Gets or sets the name of the operation. |
|
ReplyAction | Gets or sets the value of the SOAP action for the reply message of the operation. |
Show: