UploadSetting Class |
Namespace: asprise_imaging_api
The UploadSetting type exposes the following members.
Name | Description | |
---|---|---|
![]() | UploadSetting | Initializes a new instance of the UploadSetting class |
![]() | UploadSetting(String) | Initializes a new instance of the UploadSetting class |
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.) |
Name | Description | |
---|---|---|
![]() ![]() | DEFAULT_MAX_OPERATION_TIME |
Default max operation time allowed in seconds.
|
![]() ![]() | DEFAULT_MAX_RETRIES |
Default max number of retries.
|
![]() ![]() | DEFAULT_POST_FILE_FIELD_NAME |
Default POST name for uploaded files
|