ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 278
نمايش فراداده

OperationFlowserializable

System.Web.Services.Description (system.web.services.dll)enum

This enumeration is used for the OperationMessageCollection.Flow property. It indicates the direction of message transmission. Notification indicates that an endpoint or service sends a message. OneWay indicates that the endpoint or service receives a message. RequestResponse indicates that an endpoint or services receives the message, and then sends a response, while SolicitResponse indicates the reverse.

public enum 

OperationFlow {

None = 0 ,

OneWay = 1 ,

Notification = 2 ,

RequestResponse = 3 ,

SolicitResponse = 4 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) OperationFlow

Returned By

OperationMessageCollection.Flow

Passed To

ProtocolImporter.IsOperationFlowSupported( )