C# 클래스 Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.SoapMessage.SoapEnvelope

파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

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