AuthNone.BeginAuthenticate Method

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

AuthNone.BeginAuthenticate Method 

Authenticates the user asynchronously.

[Visual Basic]Overrides Public Sub BeginAuthenticate( _
   ByVal callback As Org.Mentalis.Network.ProxySocket.HandShakeComplete _
)
[C#]
public override void BeginAuthenticate(
   HandShakeComplete callback
);

Parameters

callback
The method to call when the authentication is complete.

Remarks

This method immediately calls the callback method.

See Also

AuthNone Class | AuthNone Members | Org.Mentalis.Network.ProxySocket.Authentication Namespace