WebHttpBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Implementa il metodo ApplyClientBehavior(ServiceEndpoint, ClientRuntime) per supportare una modifica o un'estensione del client all'interno di un endpoint.
public:
virtual void ApplyClientBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::ClientRuntime ^ clientRuntime);
public virtual 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 Overridable Sub ApplyClientBehavior (endpoint As ServiceEndpoint, clientRuntime As ClientRuntime)
Parametri
- endpoint
- ServiceEndpoint
Endpoint che espone il contratto.
- clientRuntime
- ClientRuntime
Client al quale viene applicato il comportamento personalizzato.
Implementazioni
Commenti
In questo metodo GetRequestClientFormatter(OperationDescription, ServiceEndpoint) e GetReplyClientFormatter(OperationDescription, ServiceEndpoint) vengono chiamati per ogni operazione per determinare l'oggetto IClientMessageFormatter da installare.