프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Serialize ( |
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.
|
public static Serialize ( |
||
envelope | The soap envelope | |
리턴 | string |
public SoapEnvelope ( SoapBody body ) : System | ||
body | SoapBody | The body of the soap message |
리턴 | System |
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 |