Click or drag to resize

DispatchByBodyBehaviorAttributeApplyClientBehavior Method

Applies the client behavior.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void ApplyClientBehavior(
	ContractDescription contractDescription,
	ServiceEndpoint endpoint,
	ClientRuntime clientRuntime
)

Parameters

contractDescription
Type: System.ServiceModel.DescriptionContractDescription
The contract description.
endpoint
Type: System.ServiceModel.DescriptionServiceEndpoint
The endpoint.
clientRuntime
Type: System.ServiceModel.DispatcherClientRuntime
The client runtime.

Implements

IContractBehaviorApplyClientBehavior(ContractDescription, ServiceEndpoint, ClientRuntime)
See Also