SoapMessage 클래스

정의

SOAP RPC(원격 프로시저 호출)를 serialize하는 동안 필요한 매개 변수의 이름과 형식을 보유합니다.

public ref class SoapMessage : System::Runtime::Serialization::Formatters::ISoapMessage
[System.Serializable]
public class SoapMessage : System.Runtime.Serialization.Formatters.ISoapMessage
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class SoapMessage : System.Runtime.Serialization.Formatters.ISoapMessage
[<System.Serializable>]
type SoapMessage = class
    interface ISoapMessage
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type SoapMessage = class
    interface ISoapMessage
Public Class SoapMessage
Implements ISoapMessage
상속
SoapMessage
특성
구현

설명

SoapMessage 루트 serialization 그래프를 SOAP RPC (원격 프로시저 호출) 형식으로 생성 됩니다 및 SoapMessage 개체를 사용 하는 메서드 호출 매개 변수 형식을 지정 합니다. SoapFormatter.TopObject 역직렬화 하는 동안이 개체에 속성을 설정할 수 있습니다.

생성자

SoapMessage()

SoapMessage 클래스의 새 인스턴스를 초기화합니다.

속성

Headers

호출된 메서드의 out-of-band 데이터를 가져오거나 설정합니다.

MethodName

호출된 메서드의 이름을 가져오거나 설정합니다.

ParamNames

호출된 메서드의 매개 변수 이름을 가져오거나 설정합니다.

ParamTypes

이 속성은 예약되어 있습니다. 대신 ParamNames 및/또는 ParamValues 속성을 사용하십시오.

ParamValues

호출된 메서드의 매개 변수 값을 가져오거나 설정합니다.

XmlNameSpace

호출된 메서드를 포함하는 개체가 있는 XML 네임스페이스 이름을 가져오거나 설정합니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상