Method | Description | |
---|---|---|
AreYouThere ( ) : void | ||
Close ( ) : void | ||
ForceDisposed ( ) : void | ||
RepeatAsyncRead ( IByteAsyncInputStream callback ) : void | ||
Resize ( int width, int height ) : void | ||
SendBreak ( ) : void | ||
SendKeepAliveData ( ) : void | ||
TelnetSocket ( |
||
Transmit ( Poderosa.Protocols.ByteDataFragment data ) : void | ||
Transmit ( byte buf, int offset, int length ) : void |
Method | Description | |
---|---|---|
WriteEscaping ( byte buf, int offset, int length ) : void |
public RepeatAsyncRead ( IByteAsyncInputStream callback ) : void | ||
callback | IByteAsyncInputStream | |
return | void |
public Resize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public TelnetSocket ( |
||
parent | ||
socket | IPoderosaSocket | |
receiver | ||
telnetNewLine | bool | |
return | System |
public Transmit ( Poderosa.Protocols.ByteDataFragment data ) : void | ||
data | Poderosa.Protocols.ByteDataFragment | |
return | void |
public Transmit ( byte buf, int offset, int length ) : void | ||
buf | byte | |
offset | int | |
length | int | |
return | void |