OperationFlow Enumeration

 

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

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

type OperationFlow

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.

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.

The following sample demonstrates the use of the OperationFlow enumeration.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: