Partager via


ConnectionStatusBehavior.IEndpointBehavior.ApplyClientBehavior Méthode

Définition

Cette implémentation ne fait rien.

void IEndpointBehavior.ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime);
abstract member System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
override this.System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
Sub ApplyClientBehavior (serviceEndpoint As ServiceEndpoint, clientRuntime As ClientRuntime) Implements IEndpointBehavior.ApplyClientBehavior

Paramètres

serviceEndpoint
ServiceEndpoint

Point de terminaison à personnaliser.

clientRuntime
ClientRuntime

Exécution du client à personnaliser.

Implémente

S’applique à