WebListenerSettings.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.
public:
property Microsoft::Net::Http::Server::TimeoutManager ^ Timeouts { Microsoft::Net::Http::Server::TimeoutManager ^ get(); };
public Microsoft.Net.Http.Server.TimeoutManager Timeouts { get; }
member this.Timeouts : Microsoft.Net.Http.Server.TimeoutManager
Public ReadOnly Property Timeouts As TimeoutManager