C# Class Bauglir.Ex.WebSocketServerConnection

basic WebSocket server connection object is created by WebSocketServer automatically
Inheritance: WebSocketConnection
Show file Open project: gwupe/Gwupe Class Usage Examples

Public Methods

Method Description
WebSocketServerConnection ( TcpClient aClient, WebSocketServer aParent ) : System

Protected Methods

Method Description
Close ( ) : void

Method Details

Close() protected method

protected Close ( ) : void
return void

WebSocketServerConnection() public method

public WebSocketServerConnection ( TcpClient aClient, WebSocketServer aParent ) : System
aClient System.Net.Sockets.TcpClient
aParent WebSocketServer
return System