MessageHeaders.RemoveAll(String, String) メソッド

定義

指定した名前および名前空間のすべてのヘッダーを、コレクションから削除します。

public:
 void RemoveAll(System::String ^ name, System::String ^ ns);
public void RemoveAll (string name, string ns);
member this.RemoveAll : string * string -> unit
Public Sub RemoveAll (name As String, ns As String)

パラメーター

name
String

ヘッダー XML 要素の LocalName。

ns
String

ヘッダー XML 要素の名前空間 URI。

適用対象