Compartir vía


SoapProcessingBehavior.ApplyClientBehavior Método

Definición

Aplica el comportamiento de punto de conexión especificado al cliente.

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

Parámetros

endpoint
ServiceEndpoint

punto de conexión de servicio se va a aplicar al cliente.

clientRuntime
ClientRuntime

Tiempo de ejecución en el cliente.

Implementaciones

Se aplica a