WebHttpDispatchOperationSelector Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av WebHttpDispatchOperationSelector.
Överlagringar
| Name | Description |
|---|---|
| WebHttpDispatchOperationSelector() |
Initierar en ny instans av WebHttpDispatchOperationSelector. |
| WebHttpDispatchOperationSelector(ServiceEndpoint) |
Initierar en ny instans av WebHttpDispatchOperationSelector med den angivna slutpunkten. |
WebHttpDispatchOperationSelector()
Initierar en ny instans av WebHttpDispatchOperationSelector.
protected:
WebHttpDispatchOperationSelector();
protected WebHttpDispatchOperationSelector();
Protected Sub New ()
Gäller för
WebHttpDispatchOperationSelector(ServiceEndpoint)
Initierar en ny instans av WebHttpDispatchOperationSelector med den angivna slutpunkten.
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)
Parametrar
- endpoint
- ServiceEndpoint
Tjänstens slutpunkt.