net9.0
namespace Microsoft.AspNetCore.SystemWebAdapters.SessionState.RemoteSession
{
public class RemoteAppSessionStateOptions
{
[Required]
public TimeSpan NetworkTimeout { get; set; }
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Assembly | Microsoft.AspNetCore.SystemWebAdapters.SessionState , Version=1.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.SystemWebAdapters.SessionState (1.0.0-preview.3.22370.2) net6.0 |
Preview | This API is contained in a prerelease package. |
Platform Restrictions | The property getter is supported on all platforms. The property setter is supported on all platforms. |