C# Class NetIRC.Messages.Send.Pong

Inheritance: ISendMessage
Afficher le fichier Open project: kevin-brown/NetIRC

Méthodes publiques

Méthode Description
Pong ( string extra ) : System.IO
Send ( StreamWriter writer, Client client ) : void

Method Details

Pong() public méthode

public Pong ( string extra ) : System.IO
extra string
Résultat System.IO

Send() public méthode

public Send ( StreamWriter writer, Client client ) : void
writer System.IO.StreamWriter
client Client
Résultat void