C# Class Bot.Core.Messages.IrcSendMessage

Inheritance: TinyMessenger.TinyMessageBase
Afficher le fichier Open project: Crobol/Bot Class Usage Examples

Méthodes publiques

Свойство Type Description
channel string
message string
sendType SendType
server string

Méthodes publiques

Méthode Description
IrcSendMessage ( object sender, SendType sendType, string server, string channel, string message ) : System

Method Details

IrcSendMessage() public méthode

public IrcSendMessage ( object sender, SendType sendType, string server, string channel, string message ) : System
sender object
sendType SendType
server string
channel string
message string
Résultat System

Property Details

channel public_oe property

public string channel
Résultat string

message public_oe property

public string message
Résultat string

sendType public_oe property

public SendType sendType
Résultat SendType

server public_oe property

public string server
Résultat string