C# 클래스 fCraft.IRCMessage

파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 메소드들

메소드 설명
IRCMessage ( string from, string nick, string ident, string host, string channel, string message, string rawMessage, IRCMessageType type, IRCReplyCode replycode )

메소드 상세

IRCMessage() 공개 메소드

public IRCMessage ( string from, string nick, string ident, string host, string channel, string message, string rawMessage, IRCMessageType type, IRCReplyCode replycode )
from string
nick string
ident string
host string
channel string
message string
rawMessage string
type IRCMessageType
replycode IRCReplyCode