C# Класс fCraft.IRCMessage

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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