WebHttpBehavior.ApplyClientBehavior Method
.NET Framework 4
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.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.