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

HttpCachePolicy.cs « System.Web « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da3059ea32c8cd5f8719d4d9e9cbeea6b765fd17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 
// System.Web.HttpCachePolicy
//
// Author:
//   Patrik Torstensson (Patrik.Torstensson@labs2.com)
//
using System;

namespace System.Web {
   public sealed class HttpCachePolicy {
      internal HttpCachePolicy() {
      }
   }
}