WebScriptEnablingBehavior.ApplyClientBehavior Metodo

Definizione

Applica il comportamento al client in un endpoint.

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)

Parametri

endpoint
ServiceEndpoint

Oggetto ServiceEndpoint che espone il contratto.

clientRuntime
ClientRuntime

Oggetto ClientRuntime a cui viene applicato il comportamento personalizzato.

Commenti

Implementa il ApplyClientBehavior(ServiceEndpoint, ClientRuntime) metodo per visualizzare, modificare o aggiungere un'estensione personalizzata al runtime client in tutti i messaggi usati con un endpoint o per operazioni specifiche.

Si applica a