HttpSysOptions.Timeouts Property

Definition

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. These settings do not apply when attaching to an existing queue.

public:
 property Microsoft::AspNetCore::Server::HttpSys::TimeoutManager ^ Timeouts { Microsoft::AspNetCore::Server::HttpSys::TimeoutManager ^ get(); };
public Microsoft.AspNetCore.Server.HttpSys.TimeoutManager Timeouts { get; }
member this.Timeouts : Microsoft.AspNetCore.Server.HttpSys.TimeoutManager
Public ReadOnly Property Timeouts As TimeoutManager

Property Value

Applies to