Processes the received reply.
[Visual Basic]Private Sub ProcessReply( _
ByVal buffer As Byte() _
)
[C#]
private void ProcessReply(
byte[] buffer
);
Parameters
- buffer
- The received reply
Exceptions
Exception Type | Condition |
---|---|
System.Net.ProtocolViolationException | The received reply is invalid. |
See Also
Socks5Handler Class | Socks5Handler Members | Org.Mentalis.Network.ProxySocket Namespace