TTelnetUserControl
         Description
         
         Specifies the telnet control code to send to the server.
         
         This is done using the overloaded CTelnetSession::Write() function. 
         
         
         
            
               
                  
                     
                        ENotSupported | 
                        
                            Control code not supported.  
                         | 
                      
                     
                        EBrk | 
                        
                            Break (the NVT 129th ASCII break code). The default is 243. This is not a valid control in Binary mode. 
                         | 
                      
                     
                        EIp | 
                        
                            Interupt Process. The default is 244. 
                         | 
                      
                     
                        EAo | 
                        
                            Abort Output. The default is 245. 
                         | 
                      
                     
                        EAyt | 
                        
                            Are you there? The default is 246. 
                         | 
                      
                     
                        EEc | 
                        
                            Erase Character. The default is 247. This is not a valid control in Binary mode. 
                         | 
                      
                     
                        EEl | 
                        
                            Erase Line. The default is 248. This is not a valid control in Binary mode. 
                         | 
                      
                   
                |