C# Class PeerCastStation.UI.HTTP.HTMLHost

Inheritance: PeerCastStation.Core.PluginBase
Show file Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
HTMLHost ( ) : System

Protected Methods

Method Description
OnAttach ( ) : void
OnDetach ( ) : void
OnStart ( ) : void
OnStop ( ) : void

Private Methods

Method Description
GetFileDesc ( string ext ) : FileDesc
GetPhysicalPath ( OWINEnv env ) : string
OnProcess ( object>.IDictionary owinenv ) : Task
OnRedirect ( object>.IDictionary owinenv ) : Task
SendResponseFileContent ( OWINEnv env, CancellationToken cancel_token ) : Task
SendResponseMoveToIndex ( OWINEnv env, CancellationToken cancel_token ) : Task

Method Details

HTMLHost() public method

public HTMLHost ( ) : System
return System

OnAttach() protected method

protected OnAttach ( ) : void
return void

OnDetach() protected method

protected OnDetach ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

OnStop() protected method

protected OnStop ( ) : void
return void