Unosquare
    Show / Hide Table of Contents

    Enum HttpListenerMode

    Defines the HTTP listeners available for use in a WebServer.

    Namespace: EmbedIO
    Syntax
    public enum HttpListenerMode

    Fields

    Name Description
    EmbedIO

    Use EmbedIO's internal HTTP listener implementation, based on Mono's System.Net.HttpListener.

    Microsoft

    Use the class provided by the .NET runtime in use.

    Comments

    Back to top Copyright © 2017-2019 Unosquare