System.Web.SessionState.IReadOnlySessionState

Specifies that the target HTTP handler requires only read access to session-state values. This is a marker interface and has no methods.

See Also: IReadOnlySessionState Members

Syntax

public interface IReadOnlySessionState : IRequiresSessionState

Remarks

Implement the System.Web.SessionState.IReadOnlySessionState interface in your custom handler to identify that your handler requires only read access to session-state values.

Requirements

Namespace: System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0