C# Class HA4IoT.Networking.ClientSession

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

Méthodes publiques

Méthode Description
ClientSession ( StreamSocket clientSocket ) : System
Dispose ( ) : void
Run ( ) : void

Private Methods

Méthode Description
HandleHttpRequest ( HttpRequestReceivedEventArgs e ) : void
OnWebSocketClientSessionClosed ( object sender, EventArgs eventArgs ) : void
UpgradeToWebSocketSession ( UpgradedToWebSocketSessionEventArgs eventArgs ) : void

Method Details

ClientSession() public méthode

public ClientSession ( StreamSocket clientSocket ) : System
clientSocket Windows.Networking.Sockets.StreamSocket
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void