C# 클래스 jabber.connection.RoomParticipant

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

공개 메소드들

메소드 설명
RoomParticipant ( Presence pres ) : System

Create a participant from the last presence received for that user.

ToString ( ) : string

The nick JID or nick (real).

메소드 상세

RoomParticipant() 공개 메소드

Create a participant from the last presence received for that user.
public RoomParticipant ( Presence pres ) : System
pres Presence
리턴 System

ToString() 공개 메소드

The nick JID or nick (real).
public ToString ( ) : string
리턴 string