示例#1
0
 public WebSocketConnectionEventArgs(WebSocketConnectionBase connection)
 {
     Connection = connection;
 }
示例#2
0
 protected void RegisterConnection(WebSocketConnectionBase connection)
 {
     _connections[connection.Identity] = connection;
 }