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
Afficher le fichier Open project: netfx/extensions

Méthodes publiques

Méthode Description
HttpQueryOperationHandlerFactory ( Microsoft.ApplicationServer.Http.Description.HttpOperationHandlerFactory innerFactory = null ) : System

Méthodes protégées

Méthode Description
OnCreateRequestHandlers ( ServiceEndpoint endpoint, HttpOperationDescription operation ) : Collection
OnCreateResponseHandlers ( ServiceEndpoint endpoint, HttpOperationDescription operation ) : Collection

Method Details

HttpQueryOperationHandlerFactory() public méthode

public HttpQueryOperationHandlerFactory ( Microsoft.ApplicationServer.Http.Description.HttpOperationHandlerFactory innerFactory = null ) : System
innerFactory Microsoft.ApplicationServer.Http.Description.HttpOperationHandlerFactory
Résultat System

OnCreateRequestHandlers() protected méthode

protected OnCreateRequestHandlers ( ServiceEndpoint endpoint, HttpOperationDescription operation ) : Collection
endpoint System.ServiceModel.Description.ServiceEndpoint
operation HttpOperationDescription
Résultat Collection

OnCreateResponseHandlers() protected méthode

protected OnCreateResponseHandlers ( ServiceEndpoint endpoint, HttpOperationDescription operation ) : Collection
endpoint System.ServiceModel.Description.ServiceEndpoint
operation HttpOperationDescription
Résultat Collection