C# Class GoogleTalkPlugIn.GoogleTalkMessagingService

Inheritance: IMessagingService
Afficher le fichier Open project: jcbozonier/irontwit Class Usage Examples

Méthodes publiques

Méthode Description
CanAccept ( Credentials credentials ) : bool
CanFind ( string address ) : bool
GetInformation ( ) : ServiceInformation
GetMessages ( ) : List
GoogleTalkMessagingService ( ) : System
SendMessage ( IIdentity recipient, string message ) : void
SetCredentials ( Credentials credentials ) : void
StartReceiving ( ) : void
StopReceiving ( ) : void

Private Methods

Méthode Description
_AuthenticateIfNeeded ( ) : void
_DataAccess_OnAuthError ( object sender, EventArgs e ) : void
_DataAccess_OnMessage ( object sender, GoogleTalkPlugIn.GTalkMessageEventArgs e ) : void
_ReceiveMessage ( string username, string message ) : void

Method Details

CanAccept() public méthode

public CanAccept ( Credentials credentials ) : bool
credentials Credentials
Résultat bool

CanFind() public méthode

public CanFind ( string address ) : bool
address string
Résultat bool

GetInformation() public méthode

public GetInformation ( ) : ServiceInformation
Résultat Unite.Messaging.Entities.ServiceInformation

GetMessages() public méthode

public GetMessages ( ) : List
Résultat List

GoogleTalkMessagingService() public méthode

public GoogleTalkMessagingService ( ) : System
Résultat System

SendMessage() public méthode

public SendMessage ( IIdentity recipient, string message ) : void
recipient IIdentity
message string
Résultat void

SetCredentials() public méthode

public SetCredentials ( Credentials credentials ) : void
credentials Credentials
Résultat void

StartReceiving() public méthode

public StartReceiving ( ) : void
Résultat void

StopReceiving() public méthode

public StopReceiving ( ) : void
Résultat void