5#include <system/icloneable.h>
6#include <system/object.h>
7#include <system/shared_ptr.h>
8#include <system/string.h>
9#include <system/text/string_builder.h>
11#include <net/http/headers/http_headers.h>
12#include <net/http/headers/object_collection.h>
18namespace System {
namespace Net {
namespace Http {
namespace Headers {
32 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
34 ASPOSECPP_SHARED_RTTI_INFO_DECL();
89 char16_t separator,
bool leadingSeparator);
118 String input, int32_t startIndex,
char16_t delimiter,
147 static void CheckNameValueFormat(
String name,
String value);
149 static void CheckValueFormat(
String value);
Defies a method that enables object cloning - creating a copy of an object. Objects of this class sho...
Definition: icloneable.h:16
Provides static methods that emulate C# Object methods called for non-Object C++ types (strings,...
Definition: object_ext.h:21
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