Méthode | Description | |
---|---|---|
Forward ( ) : void |
Forward the message to connected peers
|
|
PingReplyMessage ( |
Initializes a new instance of the PingReplyMessage class
|
|
Process ( ) : void |
Process the message
|
|
Send ( ServiceSocket socket, string ASPNETVersion ) : void |
Sends a PingReplyMessage message to a specified ServiceSocket
|
public PingReplyMessage ( |
||
Data | The HTTPPartialData class to load this instance from | |
Service | StateServer | State server instance |
Résultat | System |
public static Send ( ServiceSocket socket, string ASPNETVersion ) : void | ||
socket | ServiceSocket | The target ServiceSocket |
ASPNETVersion | string | The state server version |
Résultat | void |