WebHttpBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Implementuje metodę ApplyClientBehavior(ServiceEndpoint, ClientRuntime) do obsługi modyfikacji lub rozszerzenia klienta w punkcie końcowym.
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)
Parametry
- endpoint
- ServiceEndpoint
Punkt końcowy, który uwidacznia kontrakt.
- clientRuntime
- ClientRuntime
Klient, do którego zastosowano zachowanie niestandardowe.
Implementuje
Uwagi
W ramach tej metody GetRequestClientFormatter(OperationDescription, ServiceEndpoint) i GetReplyClientFormatter(OperationDescription, ServiceEndpoint) są wywoływane dla każdej operacji w celu określenia IClientMessageFormatter instalacji.