RoomHostData
struct in Coherence.Cloud
Contains host connection information for a room.
Remarks
Provides all the necessary network details to connect to a room's host server, including IP address, port, region, and server version information.
This structure is used within RoomData to specify where the room is hosted.
Fields
| Ip | The IP address of the room's host server. |
| Port | The port number for connecting to the room's host server. |
| RSVersion | The version of the Replication Server hosting the room. |
| Region | The geographic region where the room is hosted. |
Methods
| Equals | |
| GetHashCode | |
| ToString |