C# Class agsXMPP.sasl.XGoogleToken.XGoogleTokenMechanism

X-GOOGLE-TOKEN Authentication
Inheritance: agsXMPP.protocol.sasl.Mechanism
ファイルを表示 Open project: SiteView/ECC8.13

Public Methods

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

Private Methods

Method 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 method

public Init ( XmppClientConnection con ) : void
con agsXMPP.XmppClientConnection
return void

Parse() public method

public Parse ( agsXMPP.Xml.Dom.Node e ) : void
e agsXMPP.Xml.Dom.Node
return void

XGoogleTokenMechanism() public method

public XGoogleTokenMechanism ( ) : System
return System