Adds some bytes to a byte aray.
[Visual Basic]Protected Sub AddBytes( _
ByVal NewBytes As Byte(), _
ByVal Cnt As Integer _
)
[C#]
protected void AddBytes(
byte[] NewBytes,
int Cnt
);
Parameters
- NewBytes
- The new bytes to add.
- Cnt
- The number of bytes to add.
See Also
SocksHandler Class | SocksHandler Members | Org.Mentalis.Proxy.Socks Namespace