Foxit PDF SDK  9.1
HttpRequestProperties Class Reference
Inheritance diagram for HttpRequestProperties:

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...
 

Method Documentation

◆ setRequestProperty:Value:

- (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.

Parameters
keyThe keyword by which the request is known(e.g., " @code Accept @endcode ").
valueThe value associated with the key.

Property Documentation

◆ properties

- (NSMutableDictionary*) properties
readwritenonatomicstrong

The properties of HttpRequestProperties class.