ComponentSpace Proxy Class Library Reference

Socks4CommandReply 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 Socks4CommandReply(
   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

Socks4CommandReply Class | ComponentSpace.Proxy.Socks4 Namespace