C# 클래스 WcfWebApi.Preview5.Explorations.SelfHostedDemos.CustomParameterConversionHost.TheOperationHandler

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

OnGetInputParameters() 보호된 메소드

protected OnGetInputParameters ( ) : IEnumerable
리턴 IEnumerable

OnGetOutputParameters() 보호된 메소드

protected OnGetOutputParameters ( ) : IEnumerable
리턴 IEnumerable

OnHandle() 보호된 메소드

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

TheOperationHandler() 공개 메소드

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