OperationContractAttribute Properties

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.

  NameDescription
Public property Action Gets or sets the WS-Addressing action of the request message.
Public property AsyncPattern Indicates that an operation is implemented asynchronously using a Begin<methodName> and End<methodName> method pair in a service contract.
Public property IsOneWay Gets or sets a value that indicates whether an operation returns a reply message.
Public property Name Gets or sets the name of the operation.
Public property ReplyAction Gets or sets the value of the SOAP action for the reply message of the operation.
Top

Show:
© 2017 Microsoft