C# Class HA4IoT.Networking.ClientSession

Inheritance: IDisposable
Show file Open project: chkr1011/CK.HomeAutomation

Public Methods

Method Description
ClientSession ( StreamSocket clientSocket ) : System
Dispose ( ) : void
Run ( ) : void

Private Methods

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

Method Details

ClientSession() public method

public ClientSession ( StreamSocket clientSocket ) : System
clientSocket Windows.Networking.Sockets.StreamSocket
return System

Dispose() public method

public Dispose ( ) : void
return void

Run() public method

public Run ( ) : void
return void