Click or drag to resize

FormatSpecificationBehaviorApplyDispatchBehavior Method

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

Namespace: GSF.ServiceModel.Activation
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public void ApplyDispatchBehavior(
	ServiceEndpoint endpoint,
	EndpointDispatcher endpointDispatcher
)
View Source

Parameters

endpoint  ServiceEndpoint
The endpoint that exposes the contract.
endpointDispatcher  EndpointDispatcher
The endpoint dispatcher to be modified or extended.

Implements

IEndpointBehaviorApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher)
See Also