VncSharp

RfbProtocol.ReadPadding Method 

Reads the specified number of bytes of padding (i.e., garbage bytes) from the server.

[Visual Basic]
Protected Sub ReadPadding( _
   ByVal length As Integer _
)
[C#]
protected void ReadPadding(
   int length
);

Parameters

length
The number of bytes of padding to read.

See Also

RfbProtocol Class | VncSharp Namespace