SoapHeaderHandling.GetHeaderMembers メソッド

定義

指定した SOAP メッセージの SOAP ヘッダーコンテンツを取得します。

public:
 static void GetHeaderMembers(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 GetHeaderMembers(System.Web.Services.Protocols.SoapHeaderCollection headers, object target, System.Web.Services.Protocols.SoapHeaderMapping[] mappings, System.Web.Services.Protocols.SoapHeaderDirection direction, bool client);
static member GetHeaderMembers : System.Web.Services.Protocols.SoapHeaderCollection * obj * System.Web.Services.Protocols.SoapHeaderMapping[] * System.Web.Services.Protocols.SoapHeaderDirection * bool -> unit
Public Shared Sub GetHeaderMembers (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

このパラメーターは現在使用されていません。

適用対象

こちらもご覧ください