Example #1
0
 public EchoHandler() : base(Option.Echo,
                             HandlerStateAutomaton.QMethodYesLocal(),
                             HandlerStateAutomaton.QMethodYesRemote())
 {
     Echo = true;
 }
Example #2
0
 public static TelnetHandler QMethodAgreeingHandler(Option option)
 {
     return(new TelnetHandler(option,
                              HandlerStateAutomaton.QMethodYesLocal(),
                              HandlerStateAutomaton.QMethodYesRemote()));
 }