Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override? object | GetEntity (Uri absoluteUri, string? role, Type? ofObjectToReturn) |
override Uri | ResolveUri (Uri? baseUri, string? relativeUri) |
override async Task< object > | GetEntityAsync (Uri absoluteUri, string? role, Type? ofObjectToReturn) |
virtual bool | SupportsType (Uri absoluteUri, Type? type) |
Properties | |
static XmlDownloadManager | DownloadManager [get] |
override? ICredentials | Credentials [set] |
IWebProxy? | Proxy [set] |
RequestCachePolicy | CachePolicy [set] |
Private Attributes | |
ICredentials | _credentials |
IWebProxy | _proxy |
Static Private Attributes | |
static XmlDownloadManager | s_downloadManager |
Definition at line 10 of file XmlUrlResolver.cs.