Contents

NSURLRequest.NetworkServiceType.background

A service type for high-delay tolerant, high-loss tolerant, elastic flow, and variable size connections.

Declaration

case background

Discussion

An example of this service type is prefetching content so that it’s available when the user chooses to view it.

See Also

Network service types