C# 클래스 GoogleTalkPlugIn.GoogleTalkMessagingService

상속: IMessagingService
파일 보기 프로젝트 열기: jcbozonier/irontwit 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
_AuthenticateIfNeeded ( ) : void
_DataAccess_OnAuthError ( object sender, EventArgs e ) : void
_DataAccess_OnMessage ( object sender, GoogleTalkPlugIn.GTalkMessageEventArgs e ) : void
_ReceiveMessage ( string username, string message ) : void

메소드 상세

CanAccept() 공개 메소드

public CanAccept ( Credentials credentials ) : bool
credentials Credentials
리턴 bool

CanFind() 공개 메소드

public CanFind ( string address ) : bool
address string
리턴 bool

GetInformation() 공개 메소드

public GetInformation ( ) : ServiceInformation
리턴 Unite.Messaging.Entities.ServiceInformation

GetMessages() 공개 메소드

public GetMessages ( ) : List
리턴 List

GoogleTalkMessagingService() 공개 메소드

public GoogleTalkMessagingService ( ) : System
리턴 System

SendMessage() 공개 메소드

public SendMessage ( IIdentity recipient, string message ) : void
recipient IIdentity
message string
리턴 void

SetCredentials() 공개 메소드

public SetCredentials ( Credentials credentials ) : void
credentials Credentials
리턴 void

StartReceiving() 공개 메소드

public StartReceiving ( ) : void
리턴 void

StopReceiving() 공개 메소드

public StopReceiving ( ) : void
리턴 void