Specifies the type of transmission an endpoint of the XML Web service can support.
Syntax
public enum OperationFlow
Remarks
Members
Member Name | Description |
---|
None |
Indicates that the endpoint of the XML Web service receives no transmissions.
|
Notification |
Indicates that the endpoint of the XML Web service sends a message.
|
OneWay |
Indicates that the endpoint of the XML Web service receives a message.
|
RequestResponse |
Indicates that the endpoint of the XML Web service receives a message, then sends a correlated message.
|
SolicitResponse |
Indicates that the endpoint of the XML Web service sends a message, then receives a correlated message.
|
Requirements
Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0