Freigeben über


WebHttpDispatchOperationSelector Konstruktoren

Definition

Initialisiert eine neue Instanz des WebHttpDispatchOperationSelector.

Überlädt

Name Beschreibung
WebHttpDispatchOperationSelector()

Initialisiert eine neue Instanz des WebHttpDispatchOperationSelector.

WebHttpDispatchOperationSelector(ServiceEndpoint)

Initialisiert eine neue Instanz von WebHttpDispatchOperationSelector mit dem angegebenen Endpunkt.

WebHttpDispatchOperationSelector()

Initialisiert eine neue Instanz des WebHttpDispatchOperationSelector.

protected:
 WebHttpDispatchOperationSelector();
protected WebHttpDispatchOperationSelector();
Protected Sub New ()

Gilt für:

WebHttpDispatchOperationSelector(ServiceEndpoint)

Initialisiert eine neue Instanz von WebHttpDispatchOperationSelector mit dem angegebenen Endpunkt.

public:
 WebHttpDispatchOperationSelector(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
public WebHttpDispatchOperationSelector(System.ServiceModel.Description.ServiceEndpoint endpoint);
new System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector : System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector
Public Sub New (endpoint As ServiceEndpoint)

Parameter

endpoint
ServiceEndpoint

Der Dienstendpunkt.

Gilt für: