[This is preliminary documentation and is subject to change.]

The HeartbeatData type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
CustomData
Any other custom data that needs to be sent.
HeartbeatUri
The heartbeat Uri sent to minecraft.net in order to remain on the server list.
IsPublic
Wether or not the server should be listed on minecraft.net
MaxPlayers
Maximum number of player the server can support.
PlayerCount
Number of players currently in the server.
Port
Port that players should connect to in order to join this server.
ProtocolVersion
Version of the classice minecraft protocol that this server is using.
Salt
Server salt used in name verification (hashing).
ServerIP
IP address of this server.
ServerName
Name of the server to display on minecraft.net.

See Also