System.Web.Services.Description.OperationFlow Enumeration

Specifies the type of transmission an endpoint of the XML Web service can support.

Syntax

public enum OperationFlow

Remarks

Although request-response or solicit-response operations are logically correlated in the Web Services Description Language (WSDL) document, the concrete correlation information will be specified by a binding. For example, the request and response messages can be exchanged as part of one or two actual HTTP transmissions.

Members

Member NameDescription
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