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

Factory that wraps any existing handler factory with ours that places the total count in the response headers.
Inheritance: HttpMessageHandlerFactory
Mostrar archivo Open project: netfx/extensions

Public Methods

Method Description
HttpQueryMessageHandlerFactory ( int queryLimit, HttpMessageHandlerFactory innerFactory = null ) : System

Protected Methods

Method Description
OnCreate ( System.Net.Http.HttpMessageChannel innerChannel ) : System.Net.Http.HttpMessageChannel

Method Details

HttpQueryMessageHandlerFactory() public method

public HttpQueryMessageHandlerFactory ( int queryLimit, HttpMessageHandlerFactory innerFactory = null ) : System
queryLimit int
innerFactory HttpMessageHandlerFactory
return System

OnCreate() protected method

protected OnCreate ( System.Net.Http.HttpMessageChannel innerChannel ) : System.Net.Http.HttpMessageChannel
innerChannel System.Net.Http.HttpMessageChannel
return System.Net.Http.HttpMessageChannel