Click or drag to resize

DispatchByBodyBehaviorAttributeApplyDispatchBehavior Method

Applies the dispatch behavior.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void ApplyDispatchBehavior(
	ContractDescription contractDescription,
	ServiceEndpoint endpoint,
	DispatchRuntime dispatchRuntime
)

Parameters

contractDescription
Type: System.ServiceModel.DescriptionContractDescription
The contract description.
endpoint
Type: System.ServiceModel.DescriptionServiceEndpoint
The endpoint.
dispatchRuntime
Type: System.ServiceModel.DispatcherDispatchRuntime
The dispatch runtime.

Implements

IContractBehaviorApplyDispatchBehavior(ContractDescription, ServiceEndpoint, DispatchRuntime)
See Also