Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft