Click or drag to resize
OperationContractAttribute Properties

The OperationContractAttribute type exposes the following members.

Properties
  NameDescription
Public propertyAction
Gets or sets the WS-Addressing action of the request message.
Public propertyAsyncPattern
Indicates that an operation is implemented asynchronously using a Begin<methodName> and End<methodName> method pair in a service contract.
Public propertyIsOneWay
Gets or sets a value that indicates whether an operation returns a reply message.
Public propertyName
Gets or sets the name of the operation.
Public propertyReplyAction
Gets or sets the value of the SOAP action for the reply message of the operation.
Top
See Also