Name

OperationFlow

Synopsis

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
End Enum

Hierarchy

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

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.