| 
            
              FormatSpecificationBehaviorApplyDispatchBehavior Method
             | 
          
        
        
            Implements a modification or extension of the service across an endpoint.
            
        
        Namespace: GSF.ServiceModel.ActivationAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.257-beta
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 function ApplyDispatchBehavior(endpoint, endpointDispatcher);
 View SourceParameters
- endpoint  ServiceEndpoint
 - The endpoint that exposes the contract.
 - endpointDispatcher  EndpointDispatcher
 - The endpoint dispatcher to be modified or extended.
 
Implements
IEndpointBehaviorApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher)
See Also