예제 #1
0
 public TelnetCodeHandler()
 {
     _state = new ConnectionTellnetStateText(this);
 }
예제 #2
0
 /// <summary>
 /// Allows our state classes to change the state being used
 /// </summary>
 /// <param name="newState">The state to change to</param>
 internal void ChangeState(ConnectionTelnetState newState)
 {
     _state = newState;
 }
예제 #3
0
 /// <summary>
 /// Allows our state classes to change the state being used
 /// </summary>
 /// <param name="newState">The state to change to</param>
 internal void ChangeState(ConnectionTelnetState newState)
 {
     _state = newState;
 }
예제 #4
0
 public TelnetCodeHandler()
 {
     _state = new ConnectionTellnetStateText(this);
 }