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) для просмотра, изменения или добавления пользовательских оснасток расширения в клиентскую среду выполнения для всех сообщений, используемых с конечной точкой, или для конкретных операций.

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