Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSURLSessionConfigurationMBS class.

NSURLSessionConfigurationMBS.CachePolicyReloadIgnoringCacheData = 1

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
One of the cache policy constants.

The URL load should be loaded only from the originating source.

NSURLSessionConfigurationMBS.CachePolicyReloadIgnoringLocalAndRemoteCacheData = 4

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
One of the cache policy constants.

Ignore local cache data, and instruct proxies and other intermediates to disregard their caches so far as the protocol allows.

NSURLSessionConfigurationMBS.CachePolicyReloadIgnoringLocalCacheData = 1

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
One of the cache policy constants.

The URL load should be loaded only from the originating source.

NSURLSessionConfigurationMBS.CachePolicyReloadRevalidatingCacheData = 5

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
One of the cache policy constants.

Use cache data if the origin source can validate it; otherwise, load from the origin.

NSURLSessionConfigurationMBS.CachePolicyReturnCacheDataDontLoad = 3

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
One of the cache policy constants.

Use existing cache data, regardless or age or expiration date, and fail if no cached data is available.

NSURLSessionConfigurationMBS.CachePolicyReturnCacheDataElseLoad = 2

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
One of the cache policy constants.

Use existing cache data, regardless or age or expiration date, loading from originating source only if there is no cached data.

NSURLSessionConfigurationMBS.CachePolicyUseProtocolCachePolicy = 0

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
One of the cache policy constants.

Use the caching logic defined in the protocol implementation, if any, for a particular URL load request.

NSURLSessionConfigurationMBS.CookieAcceptPolicyAlways = 0

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
One of the cookie accept policy constants.

Accept all cookies. This is the default cookie accept policy.

NSURLSessionConfigurationMBS.CookieAcceptPolicyNever = 1

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
One of the cookie accept policy constants.

Reject all cookies.

NSURLSessionConfigurationMBS.CookieAcceptPolicyOnlyFromMainDocumentDomain = 2

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
One of the cookie accept policy constants.

Accept cookies only from the main document domain.

NSURLSessionConfigurationMBS.MultipathServiceTypeAggregate = 3

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
One of the constants that specify the type of service that Multipath TCP uses.

A service that aggregates the capacities of other Multipath options in an attempt to increase throughput and minimize latency.

NSURLSessionConfigurationMBS.MultipathServiceTypeHandover = 1

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
One of the constants that specify the type of service that Multipath TCP uses.

A Multipath TCP service that provides seamless handover between Wi-Fi and cellular in order to preserve the connection.

NSURLSessionConfigurationMBS.MultipathServiceTypeInteractive = 2

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
One of the constants that specify the type of service that Multipath TCP uses.

A service whereby Multipath TCP attempts to use the lowest-latency interface.

NSURLSessionConfigurationMBS.MultipathServiceTypeNone = 0

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
One of the constants that specify the type of service that Multipath TCP uses.

The default service type indicating that Multipath TCP should not be used.

NSURLSessionConfigurationMBS.NetworkServiceTypeAVStreaming = 8

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
Constants that specify how a request uses network resources.

A service type for streaming audio/video data.

NSURLSessionConfigurationMBS.NetworkServiceTypeBackground = 3

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
Constants that specify how a request uses network resources.

A service type for background traffic.
You should specify this type if your app is performing a download that was not requested by the user—for example, prefetching content so that it will be available when the user chooses to view it.

NSURLSessionConfigurationMBS.NetworkServiceTypeCallSignaling = 11

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
Constants that specify how a request uses network resources.

A service type for call signaling.
Use this service type with network traffic that establishes, maintains, or tears down a VoIP call. Use the NSURLNetworkServiceTypeVoIP type for the actual media of a call.

NSURLSessionConfigurationMBS.NetworkServiceTypeDefault = 0

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
Constants that specify how a request uses network resources.

A service type for standard network traffic.

NSURLSessionConfigurationMBS.NetworkServiceTypeResponsiveAV = 9

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
Constants that specify how a request uses network resources.

A service type for responsive (time-sensitive) audio/video data.

NSURLSessionConfigurationMBS.NetworkServiceTypeResponsiveData = 6

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
Constants that specify how a request uses network resources.

A service type for data that the user is actively waiting for.
This service type’s priority is higher than NSURLNetworkServiceTypeDefault. Use this service type for interactive situations where the user is anticipating a quick response, like instant messaging or completing a purchase.

NSURLSessionConfigurationMBS.NetworkServiceTypeVideo = 2

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
Constants that specify how a request uses network resources.

A service type for video traffic.

NSURLSessionConfigurationMBS.NetworkServiceTypeVoice = 4

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
Constants that specify how a request uses network resources.

A service type for voice traffic.

NSURLSessionConfigurationMBS.NetworkServiceTypeVoIP = 1

Type Topic Plugin Version
const Cocoa Networking MBS MacFrameworks Plugin 20.2
Constants that specify how a request uses network resources.

A service type for VoIP traffic.
With the VoIP service type, the kernel continues to listen for incoming traffic while your app is in the background, then wakes up your app whenever new data arrives. This should be used only for connections that are used to communicate with a VoIP service.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...