ServiceConfiguration.EnableProtocol(Binding) Methode

Definitie

Hiermee schakelt u een bindingsprotocol in met het service-eindpunt.

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)

Parameters

protocol
Binding

Het bindingsprotocol.

Retouren

Een verzameling service-eindpunten.

Van toepassing op