docs.unity3d.com
    Show / Hide Table of Contents

    Class NetworkDriverRelayExtensions

    Inheritance
    Object
    NetworkDriverRelayExtensions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023