EndpointData
struct in Coherence.Connection
Fields
| LocalRegion | |
| authToken | |
| customLocalToken | If set to true the system won't overwrite the authToken when the region is set to 'local'. |
| host | |
| port | |
| region | |
| roomId | |
| roomSecret | |
| rsVersion | |
| runtimeKey | |
| schemaId | |
| simulatorType | |
| uniqueRoomId | |
| worldId |
Methods
| GetErrorMessage | Returns the error message as a string if the EndpointData is invalid. |
| GetHostAndPort | |
| ToString | |
| TryParse | |
| Validate | Returns (true, null) if the EndpointData is valid. Otherwise, returns (false, errorMessage). |
| ValidateLocalAddress | Check that the end point data is valid and can be connected to. Only works with local connections. |
| WorldIdString |