WebScriptEnablingBehavior.ApplyClientBehavior Метод

Определение

Применяет поведение клиента к конечной точке.

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

Параметры

endpoint
ServiceEndpoint

Объект ServiceEndpoint , предоставляющий контракт.

clientRuntime
ClientRuntime

Значение ClientRuntime , к которому применяется настраиваемое поведение.

Комментарии

ApplyClientBehavior(ServiceEndpoint, ClientRuntime) Реализует метод для просмотра, изменения или добавления пользовательского расширения в среду выполнения клиента во всех сообщениях, используемых с конечной точкой или для определенных операций.

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