OperationFlow

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( )



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net