CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
iweb_request_create.h
1
2#pragma once
3
4#include <system/object.h>
5#include <system/shared_ptr.h>
6#include <system/uri.h>
7
8namespace System { namespace Net {
9
10class WebRequest;
11
17{
22
24 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
26 ASPOSECPP_SHARED_RTTI_INFO_DECL();
27
28public:
33};
34
35}} // namespace System::Net
Provides the methods for creating the WebRequest class instances. Objects of this class should only b...
Definition: iweb_request_create.h:17
virtual System::SharedPtr< WebRequest > Create(System::SharedPtr< Uri > uri)=0
Creates a WebRequest-class instance for the specified resource's 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
@ WebRequest
A collection contains the headers of web requests.
Definition: db_command.h:9