Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - setRequestProperty:Value: |
Sets the general request property. If a property with the key alreadyexists, overwrite its value with the new value. More... | |
Properties | |
NSMutableDictionary * | properties |
The properties of HttpRequestProperties class. More... | |
- (void) setRequestProperty: | (NSString *) | key | |
Value: | (NSString *) | value | |
Sets the general request property. If a property with the key alreadyexists, overwrite its value with the new value.
key | The keyword by which the request is known(e.g., " @code Accept @endcode "). |
value | The value associated with the key. |
|
readwritenonatomicstrong |
The properties of HttpRequestProperties class.