다음을 통해 공유


SoapHeaderHandling.SetHeaderMembers 메서드

정의

지정한 SOAP 메시지의 SOAP 헤더 내용을 설정합니다.

public:
 static void SetHeaderMembers(System::Web::Services::Protocols::SoapHeaderCollection ^ headers, System::Object ^ target, cli::array <System::Web::Services::Protocols::SoapHeaderMapping ^> ^ mappings, System::Web::Services::Protocols::SoapHeaderDirection direction, bool client);
public static void SetHeaderMembers (System.Web.Services.Protocols.SoapHeaderCollection headers, object target, System.Web.Services.Protocols.SoapHeaderMapping[] mappings, System.Web.Services.Protocols.SoapHeaderDirection direction, bool client);
static member SetHeaderMembers : System.Web.Services.Protocols.SoapHeaderCollection * obj * System.Web.Services.Protocols.SoapHeaderMapping[] * System.Web.Services.Protocols.SoapHeaderDirection * bool -> unit
Public Shared Sub SetHeaderMembers (headers As SoapHeaderCollection, target As Object, mappings As SoapHeaderMapping(), direction As SoapHeaderDirection, client As Boolean)

매개 변수

headers
SoapHeaderCollection

SOAP 헤더가 들어 있는 SoapHeaderCollection입니다.

target
Object

SOAP 메시지를 나타내는 Object입니다.

mappings
SoapHeaderMapping[]

SOAP 헤더에 대한 매핑이 들어 있는 SoapHeaderMapping 형식의 배열입니다.

direction
SoapHeaderDirection

SOAP 헤더의 방향을 나타내는 SoapHeaderDirection 값입니다.

client
Boolean

이 매개 변수는 현재 사용되지 않습니다.

적용 대상

추가 정보