WebScriptEnablingBehavior.ApplyClientBehavior Metoda

Definicja

Stosuje zachowanie do klienta w punkcie końcowym.

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

To ServiceEndpoint ujawnia kontrakt.

clientRuntime
ClientRuntime

ClientRuntimeDo którego stosowane jest zachowanie niestandardowe.

Uwagi

Implementuje ApplyClientBehavior(ServiceEndpoint, ClientRuntime) metodę do wyświetlania, modyfikowania lub dodawania niestandardowego rozszerzenia do środowiska uruchomieniowego klienta we wszystkich komunikatach używanych z punktem końcowym lub dla określonych operacji.

Dotyczy