次の方法で共有


ServiceConfiguration.EnableProtocol(Binding) メソッド

定義

サービス エンドポイントでバインディング プロトコルを有効にします。

public:
 System::Collections::ObjectModel::Collection<System::ServiceModel::Description::ServiceEndpoint ^> ^ EnableProtocol(System::ServiceModel::Channels::Binding ^ protocol);
public System.Collections.ObjectModel.Collection<System.ServiceModel.Description.ServiceEndpoint> EnableProtocol (System.ServiceModel.Channels.Binding protocol);
member this.EnableProtocol : System.ServiceModel.Channels.Binding -> System.Collections.ObjectModel.Collection<System.ServiceModel.Description.ServiceEndpoint>
Public Function EnableProtocol (protocol As Binding) As Collection(Of ServiceEndpoint)

パラメーター

protocol
Binding

バインディング プロトコル。

戻り値

サービス エンドポイントのコレクション。

適用対象