docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum NetworkStreamRequestListenResult.State

    The status of the listen request./

    Namespace: Unity.NetCode
    Assembly: Unity.NetCode.dll
    Syntax
    public enum NetworkStreamRequestListenResult.State

    Fields

    Name Description
    Failed

    The listen request failed. Errors should be present in the log.

    Pending

    The listen request is still pending.

    RefusedAlreadyListening

    The listen request has been refused. The driver was already listenining.

    RefusedMultipleRequests

    The listen request has been refused because multiple requests were present

    Succeeded

    The listen request has been successfully handled.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)