4#include <system/array.h>
5#include <system/object.h>
6#include <system/string.h>
8namespace System {
namespace Net {
84 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
86 ASPOSECPP_SHARED_RTTI_INFO_DECL();
102 static struct __StaticConstructor__
104 __StaticConstructor__();
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
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
HttpResponseHeader
Enumerates the http response headers.
Definition: http_response_header.h:12
@ AcceptRanges
The 'Accept-Ranges' header.
@ SetCookie
The 'Set-Cookie' header.
@ ProxyAuthenticate
The 'Proxy-Authenticate' header.
@ Server
The 'Server' header.
@ Location
The 'Location' header.
@ WwwAuthenticate
The 'WWW-Authenticate' header.
@ RetryAfter
The 'Retry-After' header.
@ Warning
The 'Warning' header.
@ ContentLength
The 'Content-Length' header.
@ KeepAlive
The 'Keep-Alive' header.
@ Allow
The 'Allow' header.
@ TransferEncoding
The 'Transfer-Encoding' header.
@ Trailer
The 'Trailer' header.
@ ContentLanguage
The 'Content-Language' header.
@ ContentRange
The 'Content-Range' header.
@ CacheControl
The 'Cache-Control' header.
@ ContentEncoding
The 'Content-Encoding' header.
@ ContentLocation
The 'Content-Location' header.
@ ContentType
The 'Content-Type' header.
@ Connection
The 'Connection' header.
@ ContentMd5
The 'Content-MD5' header.
@ Expires
The 'Expires' header.
@ LastModified
The 'Last-Modified' header.
@ Pragma
The 'Pragma' header.
@ Upgrade
The 'Upgrade' header.
Definition: db_command.h:9