WebHttpBehavior.ApplyClientBehavior Method
Implements the ApplyClientBehavior(ServiceEndpoint, ClientRuntime) method to support modification or extension of the client across an endpoint.
Namespace: System.ServiceModel.Description
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.
Implements
IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime)As part of this method, GetRequestClientFormatter(OperationDescription, ServiceEndpoint) and GetReplyClientFormatter(OperationDescription, ServiceEndpoint) are called for each operation to determine the IClientMessageFormatter to install.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.