Unosquare
    Show / Hide Table of Contents

    Enum WebServerState

    Represents the state of a web server.

    Namespace: EmbedIO
    Syntax
    public enum WebServerState

    Fields

    Name Description
    Created

    The web server has not been started yet.

    Listening

    The web server is ready to accept incoming requests.

    Loading

    The web server has been started but it is still initializing.

    Stopped

    The web server has been stopped.

    Comments

    Back to top Copyright © 2017-2019 Unosquare