다음을 통해 공유


SoapMessage 클래스

정의

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

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
특성
구현

설명

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

생성자

Name Description
SoapMessage()

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

속성

Name Description
Headers

호출된 메서드의 대역 외 데이터를 가져오거나 설정합니다.

MethodName

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

ParamNames

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

ParamTypes

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

ParamValues

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

XmlNameSpace

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

메서드

Name Description
Equals(Object)

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

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

기본 해시 함수로 사용됩니다.

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상