WebHttpBehavior.ApplyDispatchBehavior Метод

Определение

Реализует метод ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher) для поддержки изменения или расширения клиента на протяжении всей конечной точки.

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)

Параметры

endpoint
ServiceEndpoint

Конечная точка, предоставляющая контракт.

endpointDispatcher
EndpointDispatcher

Диспетчер конечной точки, к которому применимо поведение.

Реализации

Комментарии

Как часть этого метода, объекты GetRequestDispatchFormatter(OperationDescription, ServiceEndpoint) и GetReplyDispatchFormatter(OperationDescription, ServiceEndpoint) вызываются для каждой операции, чтобы определить IDispatchMessageFormatter для установки.

Применяется к