Click or drag to resize

WcfEndpointBehaviorApplyDispatchBehavior Method

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

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void ApplyDispatchBehavior(
	ServiceEndpoint endpoint,
	EndpointDispatcher endpointDispatcher
)

Parameters

endpoint
Type: System.ServiceModel.DescriptionServiceEndpoint
The endpoint that exposes the contract.
endpointDispatcher
Type: System.ServiceModel.DispatcherEndpointDispatcher
The endpoint dispatcher to be modified or extended.

Implements

IEndpointBehaviorApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher)
See Also