Sdílet prostřednictvím


WebHttpBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime) Metoda

Definice

Implementuje metodu pro ApplyClientBehavior(ServiceEndpoint, ClientRuntime) podporu úprav nebo rozšíření klienta v rámci koncového bodu.

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)

Parametry

endpoint
ServiceEndpoint

Koncový bod, který zveřejňuje kontrakt.

clientRuntime
ClientRuntime

Klient, u kterého je použito vlastní chování.

Implementuje

Poznámky

Jako součást této metody GetRequestClientFormatter(OperationDescription, ServiceEndpoint) , a GetReplyClientFormatter(OperationDescription, ServiceEndpoint) jsou volána pro každou operaci určit IClientMessageFormatter k instalaci.

Platí pro