RfbProtocol.WritePadding Method
Writes the specified number of bytes of padding (i.e., garbage bytes) to the server.
[Visual Basic]Protected Sub WritePadding( _
ByVal
length As
Integer _
)
[C#]protected
void WritePadding(
int length);
Parameters
- length
- The number of bytes of padding to write.
See Also
RfbProtocol Class | VncSharp Namespace