Sdílet prostřednictvím


WebScriptEnablingBehavior.ApplyClientBehavior Metoda

Definice

Aplikuje chování na klienta napříč koncovým bodem.

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)

Parametry

endpoint
ServiceEndpoint

ServiceEndpointKterý zveřejňuje kontrakt.

clientRuntime
ClientRuntime

ClientRuntimePro který je použito vlastní chování.

Poznámky

Implementuje ApplyClientBehavior(ServiceEndpoint, ClientRuntime) metodu pro zobrazení, úpravu nebo přidání vlastního rozšíření modulu runtime klienta napříč všemi zprávami použitými u koncového bodu nebo pro konkrétní operace.

Platí pro