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

Factory that wraps any existing operation factory with ours that adds support for multi-value uri query parameters.
Inheritance: Microsoft.ApplicationServer.Http.Description.HttpOperationHandlerFactory
Mostrar archivo Open project: netfx/extensions

Public Methods

Method Description
HttpQueryOperationHandlerFactory ( Microsoft.ApplicationServer.Http.Description.HttpOperationHandlerFactory innerFactory = null ) : System

Protected Methods

Method Description
OnCreateRequestHandlers ( ServiceEndpoint endpoint, HttpOperationDescription operation ) : Collection
OnCreateResponseHandlers ( ServiceEndpoint endpoint, HttpOperationDescription operation ) : Collection

Method Details

HttpQueryOperationHandlerFactory() public method

public HttpQueryOperationHandlerFactory ( Microsoft.ApplicationServer.Http.Description.HttpOperationHandlerFactory innerFactory = null ) : System
innerFactory Microsoft.ApplicationServer.Http.Description.HttpOperationHandlerFactory
return System

OnCreateRequestHandlers() protected method

protected OnCreateRequestHandlers ( ServiceEndpoint endpoint, HttpOperationDescription operation ) : Collection
endpoint System.ServiceModel.Description.ServiceEndpoint
operation HttpOperationDescription
return Collection

OnCreateResponseHandlers() protected method

protected OnCreateResponseHandlers ( ServiceEndpoint endpoint, HttpOperationDescription operation ) : Collection
endpoint System.ServiceModel.Description.ServiceEndpoint
operation HttpOperationDescription
return Collection