Click or drag to resize

WcfEndpointBehaviorApplyClientBehavior Method

Implements a modification or extension of the client across an endpoint.

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

Parameters

endpoint
Type: System.ServiceModel.DescriptionServiceEndpoint
The endpoint that is to be customized.
clientRuntime
Type: System.ServiceModel.DispatcherClientRuntime
The client runtime to be customized.

Implements

IEndpointBehaviorApplyClientBehavior(ServiceEndpoint, ClientRuntime)
See Also