4#include <system/array.h>
5#include <system/object.h>
6#include <system/string.h>
8namespace System {
namespace Net {
114 static struct __StaticConstructor__
116 __StaticConstructor__();
Represents an HTTP cookie. Objects of this class should only be allocated using System::MakeObject() ...
Definition: cookie.h:34
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
HttpRequestHeader
Enumerates the request headers.
Definition: http_request_header.h:12
@ Warning
The 'Warning' header.
@ ContentLength
The 'Content-Length' header.
@ KeepAlive
The 'Keep-Alive' header.
@ Allow
The 'Allow' header.
@ AcceptEncoding
The 'Accept-Encoding' header.
@ IfRange
The 'If-Range' header.
@ TransferEncoding
The 'Transfer-Encoding' header.
@ Referer
The 'Referer' header.
@ IfNoneMatch
The 'If-None-Match' header.
@ Trailer
The 'Trailer' header.
@ UserAgent
The 'User-Agent' header.
@ IfUnmodifiedSince
The 'If-Unmodified-Since' header.
@ Expect
The 'Expect' header.
@ Range
The 'Range' header.
@ ContentLanguage
The 'Content-Language' header.
@ ContentRange
The 'Content-Range' header.
@ CacheControl
The 'Cache-Control' header.
@ ContentEncoding
The 'Content-Encoding' header.
@ IfModifiedSince
The 'If-Modified-Since' header.
@ Authorization
The 'Authorization' header.
@ AcceptLanguage
The 'Accept-Language' header.
@ ProxyAuthorization
The 'Proxy-Authorization' header.
@ ContentLocation
The 'Content-Location' header.
@ ContentType
The 'Content-Type' header.
@ Connection
The 'Connection' header.
@ Accept
The 'Accept' header.
@ IfMatch
The 'If-Match' header.
@ ContentMd5
The 'Content-MD5' header.
@ Expires
The 'Expires' header.
@ MaxForwards
The 'Max-Forwards' header.
@ Translate
The 'Translate' header.
@ LastModified
The 'Last-Modified' header.
@ AcceptCharset
The 'Accept-Charset' header.
@ Pragma
The 'Pragma' header.
@ Upgrade
The 'Upgrade' header.
Definition: db_command.h:9