| UploadSetting Methods |
The UploadSetting type exposes the following members.
| Name | Description | |
|---|---|---|
| AddHeaders |
e.g., "Referer: http://asprise.com"
| |
| AddPostField |
Any additional post fields.
| |
| AddPostFiles |
Additional files to be posted along.
| |
| Clone |
Deep clones.
| |
| Equals | (Inherited from Object.) | |
| fromJsonMap |
Deserialize from JSON.
| |
| GetAuth |
Authentication, e.g., "user:pass"
| |
| GetCookies |
e.g., "name=Asprise; domain=asprise.com"
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetHeaders |
e.g., "Referer: http://asprise.com"
| |
| GetLogToFile |
Log file to record HTTP operations.
| |
| GetMaxOperationTime |
Max HTTP operation time in seconds; default: 1200 (20 mins).
| |
| GetMaxRetries |
Max number of retries. Default is 2.
| |
| GetPostFields |
Any additional post fields.
| |
| GetPostFileFieldName |
Field name for files.
| |
| GetPostFiles |
Additional files to be posted along
| |
| GetSaveResponseToFile |
Saves response to the given file instead of returning response.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUrl |
Target URL
| |
| SetAuth |
Authentication, e.g., "user:pass".
| |
| SetCookies |
e.g., "name=Asprise; domain=asprise.com"
| |
| SetLogToFile |
Log file to record HTTP operations.
| |
| SetMaxOperationTime |
Max HTTP operation time in seconds; default: 1200 (20 mins).
| |
| SetMaxRetries |
Max number of retries. Default is 2.
| |
| SetPostFileFieldName |
Field name for files.
| |
| SetSaveResponseToFile |
Saves response to the given file instead of returning response.
| |
| SetUrl |
Target URL
| |
| toJsonObject |
Serializes to JSON.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |