C# Class Squishy.Irc.Dcc.DccChatArgs

Datei anzeigen Open project: jaddie/WCell-Utility-Bot Class Usage Examples

Public Properties

Property Type Description
Accept bool
RemoteEndPoint System.Net.IPEndPoint
User IrcUser

Private Methods

Method Description
DccChatArgs ( IrcUser user, IPEndPoint endPoint ) : System.Net

Property Details

Accept public_oe property

Determines wether or not a ChatClient shall be established.
public bool Accept
return bool

RemoteEndPoint public_oe property

The EndPoint where the ChatClient should connect to.
public IPEndPoint,System.Net RemoteEndPoint
return System.Net.IPEndPoint

User public_oe property

The User who requests the chat session.
public IrcUser User
return IrcUser