Compartir a través de


WebHttpBehavior.ApplyDispatchBehavior Método

Definición

Implementa el método ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher) para admitir la modificación o extensión del cliente en un extremo.

public:
 virtual void ApplyDispatchBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::EndpointDispatcher ^ endpointDispatcher);
public virtual 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 Overridable Sub ApplyDispatchBehavior (endpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher)

Parámetros

endpoint
ServiceEndpoint

punto de conexión que expone el contrato.

endpointDispatcher
EndpointDispatcher

El distribuidor del punto de conexión al que se aplica el comportamiento.

Implementaciones

Comentarios

Se llama a GetRequestDispatchFormatter(OperationDescription, ServiceEndpoint) y GetReplyDispatchFormatter(OperationDescription, ServiceEndpoint) en cada operación para determinar el IDispatchMessageFormatter que se va a instalar, como parte de este método.

Se aplica a