Esempio n. 1
0
 public TCPConnection()
 {
     state = new TCPClosed();
 }
Esempio n. 2
0
 protected void SetState(TCPConnection con, ITCPState state)
 {
     con.state = state;
 }