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

Inheritance: IDisposable
Afficher le fichier Open project: sq/Fracture

Méthodes publiques

Свойство Type Description
EndPoints System.Net.EndPoint[]
IncomingConnections BlockingQueue
ListeningSockets Socket[]
Server HttpServer
Started SignalFuture

Méthodes publiques

Méthode Description
BindAll ( ) : void
Dispose ( ) : void
ListenAll ( ) : void
ListenerContext ( HttpServer server ) : System
Start ( ) : void

Private Methods

Méthode Description
_OnAcceptBegan ( IAsyncResult ar ) : void

Method Details

BindAll() public méthode

public BindAll ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ListenAll() public méthode

public ListenAll ( ) : void
Résultat void

ListenerContext() public méthode

public ListenerContext ( HttpServer server ) : System
server HttpServer
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

EndPoints public_oe property

public EndPoint[],System.Net EndPoints
Résultat System.Net.EndPoint[]

IncomingConnections public_oe property

public BlockingQueue IncomingConnections
Résultat BlockingQueue

ListeningSockets public_oe property

public Socket[] ListeningSockets
Résultat Socket[]

Server public_oe property

public HttpServer,Squared.Task.Http Server
Résultat HttpServer

Started public_oe property

public SignalFuture Started
Résultat SignalFuture