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
Socks4Handler Class | Socks4Handler Members | Org.Mentalis.Proxy.Socks Namespace | Socks4Handler.Dispose Overload List