SoapHeaderCollection.Insert メソッド
アセンブリ: System.Web.Services (system.web.services.dll 内)

Dim instance As SoapHeaderCollection Dim index As Integer Dim header As SoapHeader instance.Insert(index, header)



mySoapHeader = New MySoapHeader() mySoapHeader.text = "This header is inserted before the first header" mySoapHeaderCollection.Insert(0, mySoapHeader)
mySoapHeader = new MySoapHeader(); mySoapHeader.text = "This header is inserted before the first header"; mySoapHeaderCollection.Insert(0, mySoapHeader);

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からSoapHeaderCollection.Insert メソッドを検索する場合は、下記のリンクをクリックしてください。

- SoapHeaderCollection.Insert メソッドのページへのリンク