SessionStateUtility.IsSessionStateReadOnly(HttpContext) Methode

Definition

Ruft einen Wert ab, der angibt, ob der Sitzungszustand für den angegebenen HttpContext schreibgeschützt ist.

public:
 static bool IsSessionStateReadOnly(System::Web::HttpContext ^ context);
public static bool IsSessionStateReadOnly (System.Web.HttpContext context);
static member IsSessionStateReadOnly : System.Web.HttpContext -> bool
Public Shared Function IsSessionStateReadOnly (context As HttpContext) As Boolean

Parameter

context
HttpContext

Gibt den zu überprüfenden HttpContext an.

Gibt zurück

Boolean

true, wenn der Sitzungszustand schreibgeschützt ist, andernfalls false.

Gilt für