Microsoft.Protocols.TestSuites.Common.ResponseSchemaValidationInspector.ApplyDispatchBehavior C# (CSharp) Method

ApplyDispatchBehavior() public method

Implements a modification or extension of the service across an endpoint. The current implementation does nothing.
public ApplyDispatchBehavior ( ServiceEndpoint endpoint, System endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint The endpoint that is to be customized.
endpointDispatcher System The endpoint dispatcher to be modified or extended.
return void
        public void ApplyDispatchBehavior(ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher)
        {
            // Leave empty, do nothing
        }