SoapHeaderCollection.Add メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > SoapHeaderCollection.Add メソッドの意味・解説 

SoapHeaderCollection.Add メソッド

SoapHeaderSoapHeaderCollection追加します

名前空間: System.Web.Services.Protocols
アセンブリ: System.Web.Services (system.web.services.dll 内)
構文構文

Public Function Add ( _
    header As SoapHeader _
) As Integer
Dim instance As SoapHeaderCollection
Dim header As SoapHeader
Dim returnValue As Integer

returnValue = instance.Add(header)
public int Add (
    SoapHeader header
)
public:
int Add (
    SoapHeader^ header
)
public int Add (
    SoapHeader header
)
public function Add (
    header : SoapHeader
) : int

パラメータ

header

SoapHeaderCollection に追加する SoapHeader。

戻り値
SoapHeader挿入され位置

使用例使用例
mySoapHeader = New MySoapHeader()
mySoapHeader.text = "This is the second SOAP header"
mySoapHeaderCollection.Add(mySoapHeader)
mySoapHeader = new MySoapHeader();
mySoapHeader.text = "This is the second SOAP header";
mySoapHeaderCollection.Add(mySoapHeader);
mySoapHeader = gcnew MySoapHeader;
mySoapHeader->text = "This is the second SOAP header";
mySoapHeaderCollection->Add( mySoapHeader );
mySoapHeader = new MySoapHeader();
mySoapHeader.text = "This is the second SOAP header";
mySoapHeaderCollection.Add(mySoapHeader);
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
SoapHeaderCollection クラス
SoapHeaderCollection メンバ
System.Web.Services.Protocols 名前空間
Add
SoapHeader クラス
IList



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

SoapHeaderCollection.Add メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



SoapHeaderCollection.Add メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS