C# Class agsXMPP.sasl.XGoogleToken.XGoogleTokenMechanism

X-GOOGLE-TOKEN Authentication
Inheritance: agsXMPP.protocol.sasl.Mechanism
Afficher le fichier Open project: SiteView/ECC8.13

Méthodes publiques

Méthode Description
Init ( XmppClientConnection con ) : void
Parse ( agsXMPP.Xml.Dom.Node e ) : void
XGoogleTokenMechanism ( ) : System

Private Methods

Méthode Description
DoClientAuth ( ) : void
DoSaslAuth ( ) : void
GetToken ( string line ) : string
OnGetClientAuthRequestStream ( IAsyncResult result ) : void
OnGetClientAuthResponse ( IAsyncResult result ) : void
ParseClientAuthResponse ( Stream responseStream ) : void

Method Details

Init() public méthode

public Init ( XmppClientConnection con ) : void
con agsXMPP.XmppClientConnection
Résultat void

Parse() public méthode

public Parse ( agsXMPP.Xml.Dom.Node e ) : void
e agsXMPP.Xml.Dom.Node
Résultat void

XGoogleTokenMechanism() public méthode

public XGoogleTokenMechanism ( ) : System
Résultat System