CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
http_utilities.h
1
2#pragma once
3
4#include <system/action.h>
5#include <system/diagnostics/debug.h>
6#include <system/enum_helpers.h>
7#include <system/exceptions.h>
8#include <system/object.h>
9#include <system/shared_ptr.h>
10#include <system/uri.h>
11#include <system/version.h>
12
13namespace System { namespace Net { namespace Http {
14
17{
19 typedef HttpUtilities ThisType;
22
24 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
26 ASPOSECPP_SHARED_RTTI_INFO_DECL();
27
28public:
33
38};
39
40}}} // namespace System::Net::Http
Contains the utility methods.
Definition: http_utilities.h:17
static Version DefaultResponseVersion
The default HTTP version for receiving responses.
Definition: http_utilities.h:32
static Version DefaultRequestVersion
The default HTTP version for sending requests.
Definition: http_utilities.h:30
static bool IsHttpUri(System::SharedPtr< Uri > uri)
Checks if the specified URI is the HTTP URI.
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
Represents a version number. This type should be allocated on stack and passed to functions by value ...
Definition: version.h:15
Definition: db_command.h:9