SessionStateUtility.IsSessionStateReadOnly Method (HttpContext)

 

Gets a value which indicates whether the session state is read-only for the specified HttpContext.

Namespace:   System.Web.SessionState
Assembly:  System.Web (in System.Web.dll)

static member IsSessionStateReadOnly : 
        context:HttpContext -> bool

Parameters

context
Type: System.Web.HttpContext

Specifies the HttpContext to check.

Return Value

Type: System.Boolean

true if the session state is read-only; otherwise, false.

.NET Framework
Available since 4.6.2
Return to top
Show: