Class WebServerOptionsBase
Base class for web server options.
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()