Welcome to mirror list, hosted at ThFree Co, Russian Federation.

IReadOnlySessionState.cs « System.Web.SessionState « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9eb664a484fd8d6fd2fb4baffe61ade02ed92fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// System.Web.SessionState.IReadOnlySessionState
//
// Authors:
//	Gonzalo Paniagua Javier (gonzalo@ximian.com)
//
// (C) 2002 Ximian, Inc (http://www.ximian.com)
//

namespace System.Web.SessionState {
public interface IReadOnlySessionState : IRequiresSessionState
{
}
}