Starts the asynchronous authentication process.
[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.
See Also
AuthUserPass Class | AuthUserPass Members | Org.Mentalis.Network.ProxySocket.Authentication Namespace