NSURLSessionConfigurationMBS constants

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSURLSessionConfigurationMBS class.

Network Service Types

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