C# Class apophis.SharpIRC.IrcFeatures.DccChat

Dcc Chat Connection, Line Based Text
Inheritance: DccConnection
Afficher le fichier Open project: FreeApophis/sharpIRC Class Usage Examples

Méthodes publiques

Méthode Description
AcceptRequest ( ) : bool

Accept an incoming Chatrequest, returns false if anything but a Connect happens

WriteLine ( string message ) : void

Private Methods

Méthode Description
DccChat ( IrcFeatures irc, IPAddress externalIpAdress, CtcpEventArgs e ) : System

Constructor of a DCC Chat for a Incoming DCC Chat Request

DccChat ( IrcFeatures irc, string user, IPAddress externalIpAdress, bool passive, Priority priority ) : System

Constructor of DCC CHat for local DCC Chat Request to a certain user.

InitWork ( Object stateInfo ) : void

Method Details

AcceptRequest() public méthode

Accept an incoming Chatrequest, returns false if anything but a Connect happens
public AcceptRequest ( ) : bool
Résultat bool

WriteLine() public méthode

public WriteLine ( string message ) : void
message string
Résultat void