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

Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Serialize the soap message
public static Serialize ( SoapEnvelope envelope ) : string
envelope SoapEnvelope The soap envelope
Résultat string

SoapEnvelope() public méthode

Initializes a new instance of the SoapEnvelope class.
public SoapEnvelope ( ) : System
Résultat System

SoapEnvelope() public méthode

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

SoapEnvelope() public méthode

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
Résultat System