C# Class ALE.Http.ListenerContext

Inheritance: IContext
Show file Open project: blesh/ALE Class Usage Examples

Protected Properties

Property Type Description
InnerContext System.Net.HttpListenerContext

Public Methods

Method Description
Complete ( ) : void

Private Methods

Method Description
ListenerContext ( HttpListenerContext context ) : System.Dynamic

Method Details

Complete() public method

public Complete ( ) : void
return void

Property Details

InnerContext protected property

protected HttpListenerContext,System.Net InnerContext
return System.Net.HttpListenerContext