C# 클래스 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.
상속: Microsoft.ApplicationServer.Http.Dispatcher.HttpOperationHandler
파일 보기 프로젝트 열기: netfx/extensions

공개 메소드들

메소드 설명
UriMultiValueTemplateHandler ( Uri baseAddress, UriTemplate uriTemplate ) : System

보호된 메소드들

메소드 설명
OnGetInputParameters ( ) : IEnumerable
OnGetOutputParameters ( ) : IEnumerable
OnHandle ( object input ) : object[]

메소드 상세

OnGetInputParameters() 보호된 최종 메소드

protected final OnGetInputParameters ( ) : IEnumerable
리턴 IEnumerable

OnGetOutputParameters() 보호된 최종 메소드

protected final OnGetOutputParameters ( ) : IEnumerable
리턴 IEnumerable

OnHandle() 보호된 최종 메소드

protected final OnHandle ( object input ) : object[]
input object
리턴 object[]

UriMultiValueTemplateHandler() 공개 메소드

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