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
Syntaxpublic void ApplyDispatchBehavior(
	ServiceEndpoint endpoint,
	EndpointDispatcher endpointDispatcher
)
Public Sub ApplyDispatchBehavior ( 
	endpoint As ServiceEndpoint,
	endpointDispatcher As EndpointDispatcher
)
public:
virtual void ApplyDispatchBehavior(
	ServiceEndpoint^ endpoint, 
	EndpointDispatcher^ endpointDispatcher
) sealed
abstract ApplyDispatchBehavior : 
        endpoint : ServiceEndpoint * 
        endpointDispatcher : EndpointDispatcher -> unit 
override ApplyDispatchBehavior : 
        endpoint : ServiceEndpoint * 
        endpointDispatcher : EndpointDispatcher -> unit 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