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

Adds built-in support for query string arrays if needed. No conversion to other types of arrays are implemented.
Inheritance: Microsoft.ApplicationServer.Http.Dispatcher.HttpOperationHandler
Mostrar archivo Open project: netfx/extensions

Public Methods

Method Description
UriMultiValueTemplateHandler ( Uri baseAddress, UriTemplate uriTemplate ) : System

Protected Methods

Method Description
OnGetInputParameters ( ) : IEnumerable
OnGetOutputParameters ( ) : IEnumerable
OnHandle ( object input ) : object[]

Method Details

OnGetInputParameters() protected final method

protected final OnGetInputParameters ( ) : IEnumerable
return IEnumerable

OnGetOutputParameters() protected final method

protected final OnGetOutputParameters ( ) : IEnumerable
return IEnumerable

OnHandle() protected final method

protected final OnHandle ( object input ) : object[]
input object
return object[]

UriMultiValueTemplateHandler() public method

public UriMultiValueTemplateHandler ( Uri baseAddress, UriTemplate uriTemplate ) : System
baseAddress System.Uri
uriTemplate System.UriTemplate
return System