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