5#include <system/action.h>
6#include <system/collections/icollection.h>
7#include <system/collections/list.h>
8#include <system/icloneable.h>
9#include <system/nullable.h>
10#include <system/object.h>
11#include <system/shared_ptr.h>
12#include <system/string.h>
13#include <system/text/string_builder.h>
14#include <system/timespan.h>
16#include <net/http/headers/object_collection.h>
18namespace System {
namespace Net {
namespace Http {
namespace Headers {
20class NameValueHeaderValue;
34 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
36 ASPOSECPP_SHARED_RTTI_INFO_DECL();
169 static const String maxAgeString;
171 static const String maxStaleString;
173 static const String minFreshString;
175 static const String mustRevalidateString;
177 static const String noCacheString;
179 static const String noStoreString;
181 static const String noTransformString;
183 static const String onlyIfCachedString;
185 static const String privateString;
187 static const String proxyRevalidateString;
189 static const String publicString;
191 static const String sharedMaxAgeString;
222 bool _mustRevalidate;
225 bool _proxyRevalidate;
238 static bool TrySetCacheControlValues(
279 static void CheckIsValidToken(
String item);
List forward declaration.
Definition: list.h:127
Defies a method that enables object cloning - creating a copy of an object. Objects of this class sho...
Definition: icloneable.h:16
Forward declaration.
Definition: nullable.h:74
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9
MulticastDelegate< void(Args...)> Action
Delegate type that references methods that have no return value.
Definition: action.h:40