Type Method
型メソッド
propertyForKey:inRequest:
Fetches the property associated with the specified key in the specified 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
リクエストプロパティの取得と設定