C# Class telnet_sample.minimal_telnet

Afficher le fichier Open project: erspicu/telnet_sample Class Usage Examples

Méthodes publiques

Свойство Type Description
bcolorbackup ConsoleColor
fbchange bool
fcolorbackup ConsoleColor
hilight bool
std stdio
stdout Stream
tcpSocket System.Net.Sockets.TcpClient

Méthodes publiques

Méthode 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 méthode

public avoid_kickout ( ) : void
Résultat void

minimal_telnet() public méthode

public minimal_telnet ( string ip, int port, int size ) : System
ip string
port int
size int
Résultat System

print_asii() public méthode

public print_asii ( List asii_seq ) : void
asii_seq List
Résultat void

readkey() public méthode

public readkey ( ) : void
Résultat void

start() public méthode

public start ( ) : void
Résultat void

Property Details

bcolorbackup public_oe property

public ConsoleColor bcolorbackup
Résultat ConsoleColor

fbchange public_oe property

public bool fbchange
Résultat bool

fcolorbackup public_oe property

public ConsoleColor fcolorbackup
Résultat ConsoleColor

hilight public_oe property

public bool hilight
Résultat bool

std public_oe property

public stdio std
Résultat stdio

stdout public_oe property

public Stream stdout
Résultat Stream

tcpSocket public_oe property

public TcpClient,System.Net.Sockets tcpSocket
Résultat System.Net.Sockets.TcpClient