C# Class HA4IoT.Networking.Http.HttpServer

Inheritance: IDisposable
Afficher le fichier Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Méthodes publiques

Méthode Description
Bind ( int port ) : void
Dispose ( ) : void
HttpServer ( ) : System

Private Methods

Méthode Description
HandleConnection ( StreamSocket clientSocket ) : void
HandleConnection ( StreamSocketListener sender, StreamSocketListenerConnectionReceivedEventArgs args ) : void
HandleHttpRequest ( object sender, HttpRequestReceivedEventArgs eventArgs ) : void
HandleWebSocketConnected ( object sender, WebSocketConnectedEventArgs eventArgs ) : void

Method Details

Bind() public méthode

public Bind ( int port ) : void
port int
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HttpServer() public méthode

public HttpServer ( ) : System
Résultat System