Adds bytes to the array returned by the Bytes property.
[Visual Basic]Protected Sub AddBytes( _
ByVal NewBytes As Byte(), _
ByVal Cnt As Integer _
)
[C#]
protected void AddBytes(
byte[] NewBytes,
int Cnt
);
Parameters
- NewBytes
- The bytes to add.
- Cnt
- The number of bytes to add.
See Also
AuthBase Class | AuthBase Members | Org.Mentalis.Proxy.Socks.Authentication Namespace