DeliveryRequirementsAttribute::IContractBehavior::ApplyClientBehavior Method (ContractDescription^, ServiceEndpoint^, ClientRuntime^)

 

Implementation of the IContractBehavior::ApplyClientBehavior method for client support.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

private:
virtual void ApplyClientBehavior(
	ContractDescription^ description,
	ServiceEndpoint^ endpoint,
	ClientRuntime^ proxy
) sealed = IContractBehavior::ApplyClientBehavior

Parameters

description
Type: System.ServiceModel.Description::ContractDescription^

The contract description to which the behavior is attached.

endpoint
Type: System.ServiceModel.Description::ServiceEndpoint^

The endpoint for the contract.

proxy
Type: System.ServiceModel.Dispatcher::ClientRuntime^

The client runtime on which the behavior operates.

.NET Framework
Available since 3.0
Return to top
Show: