Public Member Functions | |
| HostInformation () | |
| HostInfo default constructor. | |
Public Attributes | |
| string | ID |
| Host's unique ID. | |
| string | Name |
| Host's name. | |
| string | MemberID |
| Host's user/member ID which is consistent across all collections the host is a member of. | |
| string | PublicAddress |
| External facing address for clients. | |
| string | PrivateAddress |
| Internal facing address for server to server communication. | |
| string | PublicKey |
| Public key for host to host authentication. | |
| bool | Master |
| true = Master, false = Slave | |
| Simias::Host::HostInformation::HostInformation | ( | ) | [inline] |
HostInfo default constructor.
Host's unique ID.
Host's name.
Host's user/member ID which is consistent across all collections the host is a member of.
External facing address for clients.
Internal facing address for server to server communication.
Public key for host to host authentication.
true = Master, false = Slave
1.5.6