Enumeration 列挙

NSURLRequestAttribution

The entities that can make a network request. ネットワークリクエストを作ることが出来る実在。

Declaration 宣言

typedef enum NSURLRequestAttribution : NSUInteger {
    ...
} NSURLRequestAttribution;

Overview 概要

Use one of these values when setting the attribution parameter of a URLRequest. If you don’t set a value, the system assumes NSURLRequestAttributionDeveloper.

Topics 話題

Request Sources ソースをリクエストする

See Also 参照

Indicating the Source of the Request リスエストのソースを指し示す