Unosquare
    Show / Hide Table of Contents

    Class WebServerOptionsBase

    Base class for web server options.

    Inheritance
    Object
    WebServerOptionsBase
    WebServerOptions
    Namespace: EmbedIO
    Syntax
    public abstract class WebServerOptionsBase : ConfiguredObject

    Properties

    SupportCompressedRequests

    Gets or sets a value indicating whether compressed request bodies are supported.

    The default value is false, because of the security risk posed by decompression bombs.

    Declaration
    public bool SupportCompressedRequests { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    Lock()

    Locks this instance, preventing further configuration.

    Declaration
    public void Lock()

    Comments

    Back to top Copyright © 2017-2019 Unosquare