C# Класс Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.SoapMessage.SoapEnvelope

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

Serialize() публичный статический Метод

Serialize the soap message
public static Serialize ( SoapEnvelope envelope ) : string
envelope SoapEnvelope The soap envelope
Результат string

SoapEnvelope() публичный Метод

Initializes a new instance of the SoapEnvelope class.
public SoapEnvelope ( ) : System
Результат System

SoapEnvelope() публичный Метод

Initializes a new instance of the SoapEnvelope class.
public SoapEnvelope ( SoapBody body ) : System
body SoapBody The body of the soap message
Результат System

SoapEnvelope() публичный Метод

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
Результат System