SessionStateUtility.IsSessionStateReadOnly(HttpContext) Methode

Definition

Ruft einen Wert ab, der angibt, ob der Sitzungszustand schreibgeschützt für den angegebenen HttpContextZustand 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 HttpContext zu überprüfenden Wert an.

Gibt zurück

truewenn der Sitzungszustand schreibgeschützt ist; andernfalls . false

Gilt für: