次の方法で共有


SoapHeaderHandling.WriteUnknownHeaders メソッド

定義

指定された SOAP ヘッダーの内容を SOAP メッセージに書き込みます。

public:
 static void WriteUnknownHeaders(System::Xml::XmlWriter ^ writer, System::Web::Services::Protocols::SoapHeaderCollection ^ headers, System::String ^ envelopeNS);
public static void WriteUnknownHeaders (System.Xml.XmlWriter writer, System.Web.Services.Protocols.SoapHeaderCollection headers, string envelopeNS);
static member WriteUnknownHeaders : System.Xml.XmlWriter * System.Web.Services.Protocols.SoapHeaderCollection * string -> unit
Public Shared Sub WriteUnknownHeaders (writer As XmlWriter, headers As SoapHeaderCollection, envelopeNS As String)

パラメーター

writer
XmlWriter

ヘッダーの書き込みで使用する XmlWriter

headers
SoapHeaderCollection

書き込まれる SOAP ヘッダーを格納している SoapHeaderCollection

envelopeNS
String

SOAP メッセージ エンベロープの名前空間を格納している String

適用対象