C# Class Poderosa.Protocols.TelnetSocket

Inheritance: IPoderosaSocket, ITerminalOutput
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
AreYouThere ( ) : void
Close ( ) : void
ForceDisposed ( ) : void
RepeatAsyncRead ( IByteAsyncInputStream callback ) : void
Resize ( int width, int height ) : void
SendBreak ( ) : void
SendKeepAliveData ( ) : void
TelnetSocket ( TelnetTerminalConnection parent, IPoderosaSocket socket, TelnetReceiver receiver, bool telnetNewLine ) : System
Transmit ( Poderosa.Protocols.ByteDataFragment data ) : void
Transmit ( byte buf, int offset, int length ) : void

Private Methods

Méthode Description
WriteEscaping ( byte buf, int offset, int length ) : void

Method Details

AreYouThere() public méthode

public AreYouThere ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

ForceDisposed() public méthode

public ForceDisposed ( ) : void
Résultat void

RepeatAsyncRead() public méthode

public RepeatAsyncRead ( IByteAsyncInputStream callback ) : void
callback IByteAsyncInputStream
Résultat void

Resize() public méthode

public Resize ( int width, int height ) : void
width int
height int
Résultat void

SendBreak() public méthode

public SendBreak ( ) : void
Résultat void

SendKeepAliveData() public méthode

public SendKeepAliveData ( ) : void
Résultat void

TelnetSocket() public méthode

public TelnetSocket ( TelnetTerminalConnection parent, IPoderosaSocket socket, TelnetReceiver receiver, bool telnetNewLine ) : System
parent TelnetTerminalConnection
socket IPoderosaSocket
receiver TelnetReceiver
telnetNewLine bool
Résultat System

Transmit() public méthode

public Transmit ( Poderosa.Protocols.ByteDataFragment data ) : void
data Poderosa.Protocols.ByteDataFragment
Résultat void

Transmit() public méthode

public Transmit ( byte buf, int offset, int length ) : void
buf byte
offset int
length int
Résultat void