5#include <system/component_model/component.h>
6#include <system/text/encoding.h>
7#include <system/collections/specialized/name_value_collection.h>
10namespace System {
namespace Net {
27 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
29 ASPOSECPP_SHARED_RTTI_INFO_DECL();
77 mutable std::mutex m_mutex;
79#ifdef ASPOSE_GET_SHARED_MEMBERS
81 void GetSharedMembers(System::Object::shared_members_type& result)
const override;
Dummy class to make translated code using Component class compilable. Objects of this class should on...
Definition: component.h:15
WebClient provides common methods for sending and receiving data. Objects of this class should only b...
Definition: web_client.h:20
ByteArrayPtr DownloadData(const SharedPtr< Uri > &address) const
Downloads the specified resource as a byte array.
void set_UseDefaultCredentials(bool)
NOT IMPLEMENTED.
WebClient()
Constructs a new instance.
void set_Encoding(const SharedPtr< Text::Encoding > &encoding)
Sets the encoding used to download or upload strings.
String DownloadString(const SharedPtr< Uri > &address) const
Downloads the specified resource as a string.
ByteArrayPtr DownloadData(const String &address) const
Downloads the specified resource as a byte array.
String DownloadString(const String &address) const
Downloads the specified resource as a string.
~WebClient()
Destructs the current instance.
SharedPtr< Text::Encoding > get_Encoding() const
Gets the encoding used to download or upload strings.
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
@ WebRequest
A collection contains the headers of web requests.
@ WebResponse
A collection contains the headers of web response.
Definition: db_command.h:9