WebHttpBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime) Метод

Определение

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

public:
 virtual void ApplyClientBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::ClientRuntime ^ clientRuntime);
public virtual void ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime);
abstract member ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
override this.ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
Public Overridable Sub ApplyClientBehavior (endpoint As ServiceEndpoint, clientRuntime As ClientRuntime)

Параметры

endpoint
ServiceEndpoint

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

clientRuntime
ClientRuntime

Клиент, для которого применимо пользовательское поведение.

Реализации

Комментарии

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

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