Class NetworkDriverRelayExtensions
Inherited Members
Namespace: Unity.Networking.Transport.Relay
Syntax
public static class NetworkDriverRelayExtensions
Methods
Connect(NetworkDriver)
Connect to the Relay server.
Declaration
public static NetworkConnection Connect(this NetworkDriver driver)
Parameters
Type | Name | Description |
---|---|---|
NetworkDriver | driver |
Returns
Type | Description |
---|---|
NetworkConnection | The new NetworkConnection (or default if failed). |
Remarks
This method can only be used when using the Relay service.
GetRelayConnectionStatus(NetworkDriver)
Get the current status of the connection to the relay server.
Declaration
public static RelayConnectionStatus GetRelayConnectionStatus(this NetworkDriver driver)
Parameters
Type | Name | Description |
---|---|---|
NetworkDriver | driver |
Returns
Type | Description |
---|---|
RelayConnectionStatus |