ProtocolImporter.OperationBinding プロパティ

定義

プロトコル インポーターがバインディング クラスでメソッドを生成するために現在処理している Web サービス記述言語 (WSDL) 操作バインドを取得します。

public:
 property System::Web::Services::Description::OperationBinding ^ OperationBinding { System::Web::Services::Description::OperationBinding ^ get(); };
public System.Web.Services.Description.OperationBinding OperationBinding { get; }
member this.OperationBinding : System.Web.Services.Description.OperationBinding
Public ReadOnly Property OperationBinding As OperationBinding

プロパティ値

プロトコル インポーターがバインディング クラス内のメソッドを生成するために現在処理している Web サービス記述言語 (WSDL) 操作バインド。

注釈

メソッドは、 WebMethodAttribute クラスで生成されます。

適用対象