4#include "system/date_time_offset.h"
6#include <system/icloneable.h>
7#include <system/nullable.h>
8#include <system/object.h>
9#include <system/shared_ptr.h>
10#include <system/string.h>
12namespace System {
namespace Net {
namespace Http {
namespace Headers {
26 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
28 ASPOSECPP_SHARED_RTTI_INFO_DECL();
90 MEMBER_FUNCTION_MAKE_OBJECT(
WarningHeaderValue, CODEPORTING_ARGS(), CODEPORTING_ARGS());
102 static bool TryReadAgent(
String input, int32_t startIndex, int32_t& current,
String& agent);
108 static bool TryReadCode(
String input, int32_t& current, int32_t& code);
118 static void CheckCode(int32_t code);
120 static void CheckAgent(
String agent);
Contains the date and time of day relative to Coordinated Universal Time. Objects of this class shoul...
Definition: date_time_offset.h:16
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