Exemplo n.º 1
0
 public WebSocketHandle(WebClientSession session)
 {
     this._session   = session;
     _stream         = new NetworkStream();
     _headinfo       = new StringBuilder();
     _processReceive = ReadHeader;
 }
Exemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 public WebSocketClient()
 {
     CurrentSession = new WebClientSession(this);
 }