OperationContractAttribute Class |
Namespace: System.ServiceModel
public sealed class OperationContractAttribute : Attribute
The OperationContractAttribute type exposes the following members.
Name | Description | |
---|---|---|
OperationContractAttribute |
Initializes a new instance of the System.ServiceModel.OperationContractAttribute
class.
|
Name | Description | |
---|---|---|
Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from Attribute.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
|