ClientCredentials.ApplyClientBehavior(ServiceEndpoint, ClientRuntime) Metodo

Definizione

Applica il comportamento client specificato all'endpoint.

public:
 virtual void ApplyClientBehavior(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint, System::ServiceModel::Dispatcher::ClientRuntime ^ behavior);
public virtual void ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.ClientRuntime behavior);
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 (serviceEndpoint As ServiceEndpoint, behavior As ClientRuntime)

Parametri

serviceEndpoint
ServiceEndpoint

Endpoint al quale dev'essere applicato il comportamento client specificato.

behavior
ClientRuntime

Comportamento client da applicare all'endpoint specificato.

Implementazioni

Eccezioni

serviceEndpoint o behavior è null.

Commenti

Il comportamento client viene applicato all'endpoint solo se l'endpoint non dispone di un elemento SecurityBindingElement associato.

Si applica a