Name

SoapMessageStage

Synopsis

This enumeration indicates the stage that a SoapMessage is in. Messages are serialized into SOAP before they are transmitted over the Internet and deserialized when they are received. Both the web service and the proxy client send and receive messages, so both participate in the serialization and deserialization process.

Public Enum SoapMessageStage
                  BeforeSerialize = 1
                  AfterSerialize = 2
                  BeforeDeserialize = 4
                  AfterDeserialize = 8
End Enum

Hierarchy

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

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.