Type Method 型メソッド

propertyForKey:inRequest:

Fetches the property associated with the specified key in the specified request. 指定されたリクエストの中のこの指定されたキーと結び付けられたプロパティを取って来ます。

Declaration 宣言

+ (id)propertyForKey:(NSString *)key 
           inRequest:(NSURLRequest *)request;

Parameters パラメータ

key

The key of the desired property. 求めるプロパティのキー。

request

The request whose properties are to be queried. それのプロパティそれらが問いただされることになるリクエスト。

Return Value 戻り値

The property associated with key, or nil if no property has been stored for key. keyと結び付けられるプロパティ、またはnil、もしどんなプロパティもkeyに対して格納されたことがないならば。

Discussion 議論

Use this method to access protocol-specific information associated with URLRequest objects. このメソッドを使ってURLRequestオブジェクトと結び付けられるプロトコル特有情報にアクセスしてください。

See Also 参照

Getting and Setting Request Properties リクエストプロパティの取得と設定