NegotiationCompleteDelegate Delegate

Mentalis.org Proxy

Mentalis.org Proxy Documentation

NegotiationCompleteDelegate Delegate

Defines the signature of the method that's called when the SOCKS negotiation is complete.

[Visual Basic] Delegate Sub NegotiationCompleteDelegate( _
   ByVal Success As Boolean, _
   ByVal Remote As System.Net.Sockets.Socket _
)
[C#]
 delegate void NegotiationCompleteDelegate(
   bool Success,
   Socket Remote
);

Parameters

Success
Indicates whether the negotiation was successful or not.
Remote
The connection with the remote server.

Requirements

Namespace: Org.Mentalis.Proxy.Socks Namespace

Assembly: Proxy.exe

See Also

Org.Mentalis.Proxy.Socks Namespace