C# Класс IrcSharp.IrcLine

Represents a raw irc line received over an irc connection.
Allows to analyze a raw irc line. The raw line is automatically broken down to it signle propertys as described in rfc 1459. They can be easily accessed by the given class propertys.
Наследование: IIrcObject
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IrcLine ( IrcClient client, String line ) : System
IrcLine ( IrcClient client, String prefix, String command, String parameters ) : System
IrcLine ( IrcLine source ) : System
ToString ( ) : String

Recreates the raw irc line as it was read from server.

Описание методов

IrcLine() публичный Метод

public IrcLine ( IrcClient client, String line ) : System
client IrcClient
line String
Результат System

IrcLine() публичный Метод

public IrcLine ( IrcClient client, String prefix, String command, String parameters ) : System
client IrcClient
prefix String
command String
parameters String
Результат System

IrcLine() публичный Метод

public IrcLine ( IrcLine source ) : System
source IrcLine
Результат System

ToString() публичный Метод

Recreates the raw irc line as it was read from server.
public ToString ( ) : String
Результат String