C# Class OpenNos.Core.Networking.Communication.Scs.Communication.Messages.ScsPingMessage

Inheritance: ScsMessage
Afficher le fichier Open project: OpenNos/OpenNos

Méthodes publiques

Méthode Description
ScsPingMessage ( ) : System

Creates a new PingMessage object.

ScsPingMessage ( string repliedMessageId ) : System

Creates a new reply PingMessage object.

ToString ( ) : string

Creates a string to represents this object.

Method Details

ScsPingMessage() public méthode

Creates a new PingMessage object.
public ScsPingMessage ( ) : System
Résultat System

ScsPingMessage() public méthode

Creates a new reply PingMessage object.
public ScsPingMessage ( string repliedMessageId ) : System
repliedMessageId string Replied message id if this is a reply for a message.
Résultat System

ToString() public méthode

Creates a string to represents this object.
public ToString ( ) : string
Résultat string