SoapProcessingBehavior.ApplyDispatchBehavior Metod

Definition

Tillämpar det angivna slutpunktsbeteendet på slutpunktsutskickaren.

public:
 virtual void ApplyDispatchBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::EndpointDispatcher ^ endpointDispatcher);
public void ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher);
abstract member ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
override this.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
Public Sub ApplyDispatchBehavior (endpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher)

Parametrar

endpoint
ServiceEndpoint

Tjänstslutpunkten som ska tillämpas på klienten.

endpointDispatcher
EndpointDispatcher

Slutpunktsutskickaren.

Implementeringar

Gäller för