Gets or sets the bytes to use when sending a connect request to the proxy server.
[Visual Basic]Private Property HandShake As Byte()
[C#]
private byte[] HandShake {get; set;}
Property Value
The array of bytes to use when sending a connect request to the proxy server.
See Also
Socks5Handler Class | Socks5Handler Members | Org.Mentalis.Network.ProxySocket Namespace