SynchronousReceiveBehavior.IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime) Método
Definição
Não implementado nesta classe.Not implemented in this class.
virtual void System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint, System::ServiceModel::Dispatcher::ClientRuntime ^ behavior) = System::ServiceModel::Description::IEndpointBehavior::ApplyClientBehavior;
void IEndpointBehavior.ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.ClientRuntime behavior);
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, behavior As ClientRuntime) Implements IEndpointBehavior.ApplyClientBehavior
Parâmetros
- serviceEndpoint
- ServiceEndpoint
O ponto de extremidade que deve ser personalizado.The endpoint that is to be customized.
- behavior
- ClientRuntime
O runtime do cliente a ser personalizado.The client runtime to be customized.
Implementações
Comentários
Consulte ApplyClientBehavior(ServiceEndpoint, ClientRuntime) para obter uma descrição do membro de interface que essa classe implementa.See ApplyClientBehavior(ServiceEndpoint, ClientRuntime) for a description of the interface member this class implements.