C# 클래스 ShootBlues.Script.Jabber

파일 보기 프로젝트 열기: kg/shootbluesscripts 1 사용 예제들

공개 메소드들

메소드 설명
AsyncLogin ( string username, string password, string resource, bool enableNonSASLAuth, ConnectionOptions options ) : Future
AsyncSend ( this session, Packet packet ) : Future

메소드 상세

AsyncLogin() 공개 정적인 메소드

public static AsyncLogin ( string username, string password, string resource, bool enableNonSASLAuth, ConnectionOptions options ) : Future
username string
password string
resource string
enableNonSASLAuth bool
options ConnectionOptions
리턴 Future

AsyncSend() 공개 정적인 메소드

public static AsyncSend ( this session, Packet packet ) : Future
session this
packet Packet
리턴 Future