C# Class WcfWebApi.Preview5.Explorations.SelfHostedDemos.JsonExtractHandler

Inheritance: Microsoft.ApplicationServer.Http.Dispatcher.HttpOperationHandler
Datei anzeigen Open project: pmhsfelix/WcfWebApi.Preview5.Explorations

Public Methods

Method Description
JsonExtractHandler ( Microsoft.ApplicationServer.Http.Description.HttpOperationDescription desc ) : System

Protected Methods

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

Method Details

JsonExtractHandler() public method

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

OnGetInputParameters() protected method

protected OnGetInputParameters ( ) : IEnumerable
return IEnumerable

OnGetOutputParameters() protected method

protected OnGetOutputParameters ( ) : IEnumerable
return IEnumerable

OnHandle() protected method

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