SoapHeaderCollection.Remove メソッド
SoapHeaderCollection 内で最初に見つかった特定の SoapHeader を削除します。
Public Sub Remove( _
ByVal header As SoapHeader _)
[C#]
public void Remove(SoapHeaderheader);
[C++]
public: void Remove(SoapHeader* header);
[JScript]
public function Remove(
header : SoapHeader);
パラメータ
- header
SoapHeaderCollection から削除する SoapHeader 。
解説
削除された SoapHeader の後続の SoapHeader 要素が上に移動して、空白になった場所を占有します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
SoapHeaderCollection クラス | SoapHeaderCollection メンバ | System.Web.Services.Protocols 名前空間 | Remove | IList | SoapHeader