WebHttpBehavior::ApplyClientBehavior Method (ServiceEndpoint^, ClientRuntime^)
.NET Framework (current version)
Implements the ApplyClientBehavior(ServiceEndpoint^, ClientRuntime^) method to support modification or extension of the client across an endpoint.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
public: virtual void ApplyClientBehavior( ServiceEndpoint^ endpoint, ClientRuntime^ clientRuntime )
Parameters
- endpoint
-
Type:
System.ServiceModel.Description::ServiceEndpoint^
The endpoint that exposes the contract.
- clientRuntime
-
Type:
System.ServiceModel.Dispatcher::ClientRuntime^
The client to which the custom behavior is applied.
As part of this method, GetRequestClientFormatter(OperationDescription^, ServiceEndpoint^) and GetReplyClientFormatter(OperationDescription^, ServiceEndpoint^) are called for each operation to determine the IClientMessageFormatter to install.
.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Available since 3.5
Silverlight
Available since 4.0
Show: