HttpSysOptions.Timeouts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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