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

IRequiresSessionState.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: dd9a40b732bfcae9a0c4394916f817c4d0bff672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// System.Web.SessionState.IRequiresSessionState
//
// Authors:
//	Gonzalo Paniagua Javier (gonzalo@ximian.com)
//
// (C) 2002 Ximian, Inc (http://www.ximian.com)
//

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