C# 클래스 WcfWebApi.Preview5.Explorations.SelfHostedDemos.JsonExtractHandler

상속: Microsoft.ApplicationServer.Http.Dispatcher.HttpOperationHandler
파일 보기 프로젝트 열기: pmhsfelix/WcfWebApi.Preview5.Explorations

공개 메소드들

메소드 설명
JsonExtractHandler ( Microsoft.ApplicationServer.Http.Description.HttpOperationDescription desc ) : System

보호된 메소드들

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

메소드 상세

JsonExtractHandler() 공개 메소드

public JsonExtractHandler ( Microsoft.ApplicationServer.Http.Description.HttpOperationDescription desc ) : System
desc Microsoft.ApplicationServer.Http.Description.HttpOperationDescription
리턴 System

OnGetInputParameters() 보호된 메소드

protected OnGetInputParameters ( ) : IEnumerable
리턴 IEnumerable

OnGetOutputParameters() 보호된 메소드

protected OnGetOutputParameters ( ) : IEnumerable
리턴 IEnumerable

OnHandle() 보호된 메소드

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