OperationContractAttribute Properties |
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.
|