C# 클래스 SimpleIRCLib.SimpleIRC

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

공개 프로퍼티들

프로퍼티 타입 설명
DebugCallBack Action
chatOutput string>.Action
downloadStatusChange System.Action
shouldClientStop bool

공개 메소드들

메소드 설명
SimpleIRC ( ) : System
getDownloadProgress ( string whichdownloaddetail ) : object
isClientRunning ( ) : bool
sendMessage ( string message ) : bool
setCustomDownloadDir ( string downloaddir ) : void
setDebugCallback ( Action callback ) : void
setDownloadStatusChangeCallback ( System.Action callback ) : void
setupIrc ( string IP, int Port, string Username, string Password, string Channel, string>.Action chatoutput ) : void
startClient ( ) : void
stopClient ( ) : bool

메소드 상세

SimpleIRC() 공개 메소드

public SimpleIRC ( ) : System
리턴 System

getDownloadProgress() 공개 메소드

public getDownloadProgress ( string whichdownloaddetail ) : object
whichdownloaddetail string
리턴 object

isClientRunning() 공개 메소드

public isClientRunning ( ) : bool
리턴 bool

sendMessage() 공개 메소드

public sendMessage ( string message ) : bool
message string
리턴 bool

setCustomDownloadDir() 공개 메소드

public setCustomDownloadDir ( string downloaddir ) : void
downloaddir string
리턴 void

setDebugCallback() 공개 메소드

public setDebugCallback ( Action callback ) : void
callback Action
리턴 void

setDownloadStatusChangeCallback() 공개 메소드

public setDownloadStatusChangeCallback ( System.Action callback ) : void
callback System.Action
리턴 void

setupIrc() 공개 메소드

public setupIrc ( string IP, int Port, string Username, string Password, string Channel, string>.Action chatoutput ) : void
IP string
Port int
Username string
Password string
Channel string
chatoutput string>.Action
리턴 void

startClient() 공개 메소드

public startClient ( ) : void
리턴 void

stopClient() 공개 메소드

public stopClient ( ) : bool
리턴 bool

프로퍼티 상세

DebugCallBack 공개적으로 프로퍼티

public Action DebugCallBack
리턴 Action

chatOutput 공개적으로 프로퍼티

public Action chatOutput
리턴 string>.Action

downloadStatusChange 공개적으로 프로퍼티

public Action,System downloadStatusChange
리턴 System.Action

shouldClientStop 공개적으로 프로퍼티

public bool shouldClientStop
리턴 bool