WebScriptEnablingBehavior.ApplyClientBehavior Metoda

Definice

Použije chování klienta v rámci koncového bodu.

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

Tím ServiceEndpoint se zpřístupňuje smlouva.

clientRuntime
ClientRuntime

Chování ClientRuntime , na které se používá vlastní chování.

Poznámky

Implementuje metodu pro zobrazení, úpravu ApplyClientBehavior(ServiceEndpoint, ClientRuntime) nebo přidání vlastního rozšíření do modulu runtime klienta ve všech zprávách používaných s koncovým bodem nebo pro konkrétní operace.

Platí pro