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
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

공개 메소드들

메소드 설명
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