| ComponentSpace Proxy Class Library Reference |
|
Socks5MethodReply Constructor
Constructs from a byte array.
[Visual Basic]
Public Sub New( _
ByVal
bytes As
Byte(), _
ByVal
index As
Integer, _
ByVal
count As
Integer _
)
[C#]
public Socks5MethodReply(
byte[] bytes,
int index,
int count);
Parameters
-
bytes
- The byte array containing the message.
-
index
- The index into the byte array.
-
count
- The number of bytes available in the byte array.
See Also
Socks5MethodReply Class | ComponentSpace.Proxy.Socks5 Namespace