5#include <xml/xml_resolver.h>
6#include <system/shared_ptr.h>
16class RequestCachePolicy;
26class XmlDownloadManager;
44 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
45 ASPOSECPP_SHARED_RTTI_INFO_DECL();
89 #ifdef ASPOSE_GET_SHARED_MEMBERS
90 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
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
Represents a particular type and provides information about it.
Definition: type_info.h:109
Resolves external XML resources named by a Uniform Resource Identifier (URI).
Definition: xml_resolver.h:27
Resolves external XML resources named by a Uniform Resource Identifier (URI).
Definition: xml_url_resolver.h:40
void set_Credentials(SharedPtr< Net::ICredentials > value) override
Sets credentials used to authenticate web requests.
SharedPtr< Object > GetEntity(SharedPtr< Uri > absoluteUri, String role, const TypeInfo &ofObjectToReturn) override
Maps a URI to an object that contains the actual resource.
SharedPtr< Uri > ResolveUri(SharedPtr< Uri > baseUri, String relativeUri) override
Resolves the absolute URI from the base and relative URIs.
void set_CachePolicy(const SharedPtr< Net::Cache::RequestCachePolicy > &value)
Sets the cache policy for the underlying WebRequest object.
void set_Proxy(const SharedPtr< Net::IWebProxy > &value)
Sets the network proxy for the underlying WebRequest object.
XmlUrlResolver()
Initializes a new instance of the XmlUrlResolver class.
@ TypeInfo
Specifies that the member is a type.
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9