Compartilhar via


SoapProcessingBehavior.ApplyClientBehavior Método

Definição

Aplica o comportamento de ponto de extremidade especificado ao 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

O ponto de extremidade de serviço a ser aplicado ao cliente.

clientRuntime
ClientRuntime

O runtime no cliente.

Implementações

Aplica-se a