Sends a reply to the client connection and disposes it afterwards.
[Visual Basic]Overrides Overloads Protected Sub Dispose( _
ByVal Value As Byte _
)
[C#]
protected override void Dispose(
byte Value
);
Parameters
- Value
- A byte that contains the reply code to send to the client.
See Also
Socks5Handler Class | Socks5Handler Members | Org.Mentalis.Proxy.Socks Namespace | Socks5Handler.Dispose Overload List