SoapMessageStage

SoapMessageStageserializable

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

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 }

Hierarchy

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

Returned By

SoapMessage.Stage

Passed To

SoapMessage.EnsureStage( )



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