SoapMessageStage
SoapMessageStage enum
Enumerates the processing stages of the SOAP messages.
enum class SoapMessageStage
Values
Name | Value | Description |
---|---|---|
AfterDeserialize | 8 | The stage that is after deserialization. |
AfterSerialize | 2 | The stage that is after serialization. |
BeforeDeserialize | 4 | The stage that is prior to deserialization. |
BeforeSerialize | 1 | The stage that is prior to serialization. |
See Also
- Namespace System::Web::Services::Protocols
- Library Aspose.Slides