C# 클래스 Bot.Core.ServerDescriptor

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

공개 메소드들

메소드 설명
ServerDescriptor ( string host, int port, bool useSsl, IList channels, string nick = "" ) : System
ServerDescriptor ( string host, int port = 6667, bool useSsl = false, string nick = "" ) : System

메소드 상세

ServerDescriptor() 공개 메소드

public ServerDescriptor ( string host, int port, bool useSsl, IList channels, string nick = "" ) : System
host string
port int
useSsl bool
channels IList
nick string
리턴 System

ServerDescriptor() 공개 메소드

public ServerDescriptor ( string host, int port = 6667, bool useSsl = false, string nick = "" ) : System
host string
port int
useSsl bool
nick string
리턴 System