AuthenticationCompleteDelegate Delegate

Mentalis.org Proxy

Mentalis.org Proxy Documentation

AuthenticationCompleteDelegate Delegate

Defines the signature of the method to be called when the authentication is complete.

[Visual Basic] Delegate Sub AuthenticationCompleteDelegate( _
   ByVal Success As Boolean _
)
[C#]
 delegate void AuthenticationCompleteDelegate(
   bool Success
);

Parameters

Success
Specifies whether the authentication was successfull or not.

Requirements

Namespace: Org.Mentalis.Proxy.Socks.Authentication Namespace

Assembly: Proxy.exe

See Also

Org.Mentalis.Proxy.Socks.Authentication Namespace