Language

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

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

適用対象

こちらもご覧ください