docs.unity3d.com
    Show / Hide Table of Contents

    Enum NetworkStreamRequestListenResult.State

    The status of the listen request./

    Namespace: Unity.NetCode
    Syntax
    public enum State

    Fields

    Name Description Value
    Pending

    The listen request is still pending.


    0
    Succeeded

    The listen request has been successfully handled.


    1
    Failed

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


    2
    RefusedAlreadyListening

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


    3
    RefusedMultipleRequests

    The listen request has been refused because multiple requests were present


    4
    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