Enum MessageDirection
Defines common message types.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum MessageDirection
Fields
Name | Description |
---|---|
Fault | Fault message published by the service and included in WSDL. |
GenericFault | Fault message defined on the virtual service and not included in WSDL. |
Input | Message received by the service. |
Output | Message sent by the service. |