C# Class Program.ListenerScope, gert

Inheritance: IDisposable
Exibir arquivo Open project: mono/gert

Public Properties

Property Type Description
listener HttpListener

Public Methods

Method Description
Dispose ( ) : void
ListenerScope ( Action processor ) : System

Private Methods

Method Description
RequestHandler ( IAsyncResult result ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ListenerScope() public method

public ListenerScope ( Action processor ) : System
processor Action
return System

Property Details

listener public_oe property

public HttpListener listener
return HttpListener