C# Class Squared.Task.Http.HttpServer.ListenerContext

Inheritance: IDisposable
Mostra file Open project: sq/Fracture

Public Properties

Property Type Description
EndPoints System.Net.EndPoint[]
IncomingConnections BlockingQueue
ListeningSockets Socket[]
Server HttpServer
Started SignalFuture

Public Methods

Method Description
BindAll ( ) : void
Dispose ( ) : void
ListenAll ( ) : void
ListenerContext ( HttpServer server ) : System
Start ( ) : void

Private Methods

Method Description
_OnAcceptBegan ( IAsyncResult ar ) : void

Method Details

BindAll() public method

public BindAll ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

ListenAll() public method

public ListenAll ( ) : void
return void

ListenerContext() public method

public ListenerContext ( HttpServer server ) : System
server HttpServer
return System

Start() public method

public Start ( ) : void
return void

Property Details

EndPoints public_oe property

public EndPoint[],System.Net EndPoints
return System.Net.EndPoint[]

IncomingConnections public_oe property

public BlockingQueue IncomingConnections
return BlockingQueue

ListeningSockets public_oe property

public Socket[] ListeningSockets
return Socket[]

Server public_oe property

public HttpServer,Squared.Task.Http Server
return HttpServer

Started public_oe property

public SignalFuture Started
return SignalFuture