C# Class Owin.Handlers.Cgi

Mostrar archivo Open project: remitaylor/knack

Public Methods

Method Description
GetResponseText ( IResponse response ) : string
Run ( IApplication application ) : void

Method Details

GetResponseText() public static method

public static GetResponseText ( IResponse response ) : string
response IResponse
return string

Run() public static method

public static Run ( IApplication application ) : void
application IApplication
return void