HttpBinding.Verb プロパティ
アセンブリ: System.Web.Services (system.web.services.dll 内)

2 つの指定できる値 "GET" と "POST" のいずれかを格納する文字列。既定値は空の文字列 ("") です。

新しい HttpBinding を作成して、その Verb プロパティを設定する例を次に示します。
' Create the 'HttpBinding' object. Dim myHttpBinding As New HttpBinding() myHttpBinding.Verb = "POST" ' Add the 'HttpBinding' to the 'Binding'. myBinding.Extensions.Add(myHttpBinding)
// Create the 'HttpBinding' object. HttpBinding myHttpBinding = new HttpBinding(); myHttpBinding.Verb="POST"; // Add the 'HttpBinding' to the 'Binding'. myBinding.Extensions.Add(myHttpBinding);

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


Weblioに収録されているすべての辞書からHttpBinding.Verb プロパティを検索する場合は、下記のリンクをクリックしてください。

- HttpBinding.Verb プロパティのページへのリンク