C# 클래스 jabber.client.BookmarkManager

상속: jabber.connection.StreamComponent
파일 보기 프로젝트 열기: codebutler/jabber-net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BookmarkManager_OnStreamChanged void
BookmarksSet void
GotBookmarks void
InitializeComponent void
cli_OnAuthenticate void
m_stream_OnDisconnect void
m_stream_OnError void

공개 메소드들

메소드 설명
AddConference ( JID jid, string name, bool autoJoin, string nick ) : jabber.protocol.iq.BookmarkConference

Add a conference room to the bookmark list

BookmarkManager ( ) : System

Create

BookmarkManager ( IContainer container ) : System

Create

this ( JID jid ) : jabber.protocol.iq.BookmarkConference

Get the details for the given conference bookmark.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
BookmarkManager_OnStreamChanged ( object sender ) : void
BookmarksSet ( object sender, IQ iq, object state ) : void
GotBookmarks ( object sender, IQ iq, object state ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

cli_OnAuthenticate ( object sender ) : void
m_stream_OnDisconnect ( object sender ) : void
m_stream_OnError ( object sender, Exception ex ) : void

메소드 상세

AddConference() 공개 메소드

Add a conference room to the bookmark list
public AddConference ( JID jid, string name, bool autoJoin, string nick ) : jabber.protocol.iq.BookmarkConference
jid JID The room@service JID of the room
name string Human-readable text
autoJoin bool Join on login
nick string Room nickname. May be null.
리턴 jabber.protocol.iq.BookmarkConference

BookmarkManager() 공개 메소드

Create
public BookmarkManager ( ) : System
리턴 System

BookmarkManager() 공개 메소드

Create
public BookmarkManager ( IContainer container ) : System
container IContainer
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

this() 공개 메소드

Get the details for the given conference bookmark.
public this ( JID jid ) : jabber.protocol.iq.BookmarkConference
jid JID
리턴 jabber.protocol.iq.BookmarkConference