Microsoft.Protocols.TestSuites.Common.ResponseSchemaValidationInspector.ApplyDispatchBehavior C# (CSharp) Метод

ApplyDispatchBehavior() публичный Метод

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.
Результат void
        public void ApplyDispatchBehavior(ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher)
        {
            // Leave empty, do nothing
        }