C# Class Microsoft.ApplicationServer.Http.Activation.HttpQueryableServiceHost.HttpQueryableBehavior

Extended behavior that sets the query composer to our own that tracks the total query count value.
Inheritance: Microsoft.ApplicationServer.Http.Description.HttpBehavior
Mostrar archivo Open project: netfx/extensions

Protected Methods

Method Description
OnApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void

Method Details

OnApplyDispatchBehavior() protected method

protected OnApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
return void