WebListenerSettings Class

Definition

public ref class WebListenerSettings
public class WebListenerSettings
type WebListenerSettings = class
Public Class WebListenerSettings
Inheritance
WebListenerSettings

Constructors

WebListenerSettings()

Properties

Authentication

Http.Sys authentication settings. These may be modified at any time prior to disposing the listener.

Logger

The logger that will be used to create the WebListener instance. This should not be changed after creating the listener.

RequestQueueLimit

Gets or sets the maximum number of requests that will be queued up in Http.Sys.

ThrowWriteExceptions

Gets or Sets if response body writes that fail due to client disconnects should throw exceptions or complete normally. The default is false.

Timeouts

Exposes the Http.Sys timeout configurations. These may also be configured in the registry. These may be modified at any time prior to disposing the listener.

UrlPrefixes

The url prefixes to register with Http.Sys. These may be modified at any time prior to disposing the listener.

Applies to