C# Class telnet_sample.minimal_telnet

Show file Open project: erspicu/telnet_sample Class Usage Examples

Public Properties

Property Type Description
bcolorbackup ConsoleColor
fbchange bool
fcolorbackup ConsoleColor
hilight bool
std stdio
stdout Stream
tcpSocket System.Net.Sockets.TcpClient

Public Methods

Method Description
avoid_kickout ( ) : void
minimal_telnet ( string ip, int port, int size ) : System
print_asii ( List asii_seq ) : void
readkey ( ) : void
start ( ) : void

Method Details

avoid_kickout() public method

public avoid_kickout ( ) : void
return void

minimal_telnet() public method

public minimal_telnet ( string ip, int port, int size ) : System
ip string
port int
size int
return System

print_asii() public method

public print_asii ( List asii_seq ) : void
asii_seq List
return void

readkey() public method

public readkey ( ) : void
return void

start() public method

public start ( ) : void
return void

Property Details

bcolorbackup public property

public ConsoleColor bcolorbackup
return ConsoleColor

fbchange public property

public bool fbchange
return bool

fcolorbackup public property

public ConsoleColor fcolorbackup
return ConsoleColor

hilight public property

public bool hilight
return bool

std public property

public stdio std
return stdio

stdout public property

public Stream stdout
return Stream

tcpSocket public property

public TcpClient,System.Net.Sockets tcpSocket
return System.Net.Sockets.TcpClient