C# 클래스 HA4IoT.Networking.ClientSession

상속: IDisposable
파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation

공개 메소드들

메소드 설명
ClientSession ( StreamSocket clientSocket ) : System
Dispose ( ) : void
Run ( ) : void

비공개 메소드들

메소드 설명
HandleHttpRequest ( HttpRequestReceivedEventArgs e ) : void
OnWebSocketClientSessionClosed ( object sender, EventArgs eventArgs ) : void
UpgradeToWebSocketSession ( UpgradedToWebSocketSessionEventArgs eventArgs ) : void

메소드 상세

ClientSession() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void