Click or drag to resize

Downloader Methods

The Downloader type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAjaxCall(String, DictionaryString, String, Int32)
Public methodStatic memberAjaxCall(String, DictionaryString, String, Int32, String)
Public methodStatic memberCreateProxy
Public methodStatic memberDownloadBytes(WebResponse)
Public methodStatic memberDownloadBytes(String)
Public methodStatic memberDownloadBytes(String, DatabaseRow, UploadedFiles, Int32, String)
Public methodStatic memberDownloadBytes(String, Int32, NetworkCredential, DictionaryString, String, CookieContainer, String)
Public methodStatic memberDownloadBytes(String, Int32, NetworkCredential, DictionaryString, String, CookieContainer, String, String)
Public methodStatic memberDownloadJson(String, DictionaryString, Object, String, String, Int32, String)
Public methodStatic memberDownloadJson(String, DictionaryString, Object, String, String, String, Int32, String)
Public methodStatic memberDownloadJson(String, DictionaryString, Object, String, UploadedFiles, DictionaryString, String, String, Int32, String)
Public methodStatic memberDownloadJson(String, DictionaryString, Object, String, UploadedFiles, String, String, Int32, String)
Public methodStatic memberDownloadStream(String, Int32, NetworkCredential, DictionaryString, String)
Public methodStatic memberDownloadStream(String, Int32, NetworkCredential, DictionaryString, String, String)
Public methodStatic memberDownloadStream(String, Int32, NetworkCredential, DictionaryString, String, CookieContainer, String)
Public methodStatic memberDownloadStream(String, Int32, NetworkCredential, DictionaryString, String, CookieContainer, String, String)
Public methodStatic memberDownloadStream(String, Int32, NetworkCredential, DictionaryString, String, CookieContainer, DictionaryString, String, String, String)
Public methodStatic memberDownloadStream(String, Int32, NetworkCredential, String, DictionaryString, String, CookieContainer, DictionaryString, String, String, String)
Public methodStatic memberDownloadString(WebResponse)
Public methodStatic memberDownloadString(String)
Public methodStatic memberDownloadString(String, Int32, NetworkCredential)
Public methodStatic memberDownloadString(String, String, String)
Public methodStatic memberDownloadString(String, Int32, NetworkCredential, DictionaryString, String)
Public methodStatic memberDownloadString(String, DatabaseRow, UploadedFiles, Int32, String)
Public methodStatic memberDownloadString(String, Int32, NetworkCredential, DictionaryString, String, String)
Public methodStatic memberDownloadString(String, Int32, NetworkCredential, DictionaryString, String, CookieContainer, String)
Public methodStatic memberDownloadString(String, Int32, String, DictionaryString, String, CookieContainer, String)
Public methodStatic memberDownloadString(String, Int32, NetworkCredential, DictionaryString, String, CookieContainer, DictionaryString, String, String)
Public methodStatic memberDownloadString(String, DictionaryString, Object, String, UploadedFiles, DictionaryString, String, String, Int32, String)
Public methodStatic memberEnableTls1X
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberHttpDownload(HttpContext, Byte, String, String)
Public methodStatic memberHttpDownload(HttpContext, String, String, String)
Public methodStatic memberHttpDownload(HttpContext, Byte, String, String, Encoding)
Public methodStatic memberHttpDownload(HttpContext, String, String, String, Encoding)
Public methodStatic memberHttpDownload(Database, HttpContext, Byte, String, String, Encoding)
Public methodStatic memberHttpDownload(Database, HttpContext, String, String, String, Encoding)
Public methodStatic memberHttpStream(HttpListenerResponse, String, Byte, String, String)
Public methodStatic memberHttpStream(HttpResponse, String, Byte, String, String)
Public methodStatic memberHttpStream(HttpResponse, String, String, String, String)
Public methodStatic memberHttpStream(Database, HttpContext, String, Byte, String, String)
Public methodStatic memberHttpStream(Database, HttpContext, String, String, String, String)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberResponseJavascript(HttpListenerResponse, String, Boolean)
Public methodStatic memberResponseJavascript(HttpResponse, String, Boolean)
Public methodStatic memberResponseJavascript(HttpResponse, String, String, Boolean)
Public methodStatic memberResponseJson(HttpListenerResponse, String, Boolean)
Public methodStatic memberResponseJson(HttpResponse, String, Boolean)
Public methodStatic memberResponseMsg
Public methodStatic memberResponseTxt(HttpListenerResponse, String, Boolean)
Public methodStatic memberResponseTxt(HttpResponse, String, Boolean)
Public methodStatic memberSafeFileName
Public methodStatic memberSendWebRequest(String, Int32, NetworkCredential, DictionaryString, String)
Public methodStatic memberSendWebRequest(String, Int32, NetworkCredential, DictionaryString, String, String)
Public methodStatic memberSendWebRequest(String, Int32, ICredentials, DictionaryString, String, CookieContainer, String)
Public methodStatic memberSendWebRequest(String, Int32, ICredentials, DictionaryString, String, String, CookieContainer, String)
Public methodStatic memberSendWebRequest(String, Int32, ICredentials, DictionaryString, Object, String, String, DictionaryString, String, CookieContainer, String)
Public methodStatic memberSendWebRequest(String, Int32, ICredentials, DictionaryString, Object, String, UploadedFiles, String, DictionaryString, String, CookieContainer, String)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberTrustAllCertificates
Top
See Also