36typedef struct URLSessionConfigurationInterface URLSessionConfigurationInterface;
86struct URLSessionConfigurationInterface {
91 ObjectInterface objectInterface;
Immutable key-value stores.
Object is the root Class of The Objectively Class hierarchy.
#define OBJECTIVELY_EXPORT
The runtime representation of a Class.
Immutable key-value stores.
Object is the root Class of The Objectively Class hierarchy.
Configuration bundle for URLSession.
int httpMaximumConnectionsPerHost
The maximum number of HTTP connections to open per host.
struct URLSessionConfiguration::@3 credentials
Credentials for URLRequests requiring authentication.
Object object
The superclass.
URLSessionConfigurationInterface * interface
The interface.
Dictionary * httpHeaders
The HTTP headers added to every HTTP URLRequest.
String * username
The username.
String * password
The password.
Class * _URLSessionConfiguration(void)
The URLSessionConfiguration archetype.