Closes the listening socket if present, and signals the parent object that SOCKS negotiation is complete.
[Visual Basic]Overloads Protected Sub Dispose( _
ByVal Success As Boolean _
)
[C#]
protected void Dispose(
bool Success
);
Parameters
- Success
- Indicates whether the SOCKS negotiation was successful or not.
See Also
SocksHandler Class | SocksHandler Members | Org.Mentalis.Proxy.Socks Namespace | SocksHandler.Dispose Overload List