5#include <system/array.h>
6#include <system/collections/dictionary.h>
7#include <system/collections/list.h>
8#include <system/string.h>
10#include <net/http_request_header.h>
11#include <net/http_response_header.h>
13namespace System {
namespace Net {
119 static const int32_t ApproxAveHeaderLineSize;
121 static const int32_t ApproxHighAvgNumHeaders;
133 bool get_AllowHttpRequestHeader();
136 bool get_AllowHttpResponseHeader();
154 static bool ContainsNonAsciiChars(
String token);
157 bool IsInitialized();
159 void EnsureInitialized();
161 void InvalidateCachedArray();
168 static struct __StaticConstructor__
170 __StaticConstructor__();
List forward declaration.
Definition: list.h:127
Represents a web request. Objects of this class should only be allocated using System::MakeObject() f...
Definition: web_request.h:31
Represents a web response. Objects of this class should only be allocated using System::MakeObject() ...
Definition: web_response.h:20
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
HttpRequestHeader
Enumerates the request headers.
Definition: http_request_header.h:12
WebHeaderCollectionType
Enumerates the types of the protocol headers collection.
Definition: web_header_collection.h:17
Definition: db_command.h:9