C# Class Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.SoapMessage.SoapEnvelope

Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Serialize ( SoapEnvelope envelope ) : string

Serialize the soap message

SoapEnvelope ( ) : System

Initializes a new instance of the SoapEnvelope class.

SoapEnvelope ( SoapBody body ) : System

Initializes a new instance of the SoapEnvelope class.

SoapEnvelope ( SoapMessageVersion messageVersion, SoapHeader header, SoapBody body ) : System

Initializes a new instance of the SoapEnvelope class.

Method Details

Serialize() public static method

Serialize the soap message
public static Serialize ( SoapEnvelope envelope ) : string
envelope SoapEnvelope The soap envelope
return string

SoapEnvelope() public method

Initializes a new instance of the SoapEnvelope class.
public SoapEnvelope ( ) : System
return System

SoapEnvelope() public method

Initializes a new instance of the SoapEnvelope class.
public SoapEnvelope ( SoapBody body ) : System
body SoapBody The body of the soap message
return System

SoapEnvelope() public method

Initializes a new instance of the SoapEnvelope class.
public SoapEnvelope ( SoapMessageVersion messageVersion, SoapHeader header, SoapBody body ) : System
messageVersion SoapMessageVersion The version of the soap message
header SoapHeader The header of the soap message
body SoapBody The body of the soap message
return System