- URLHandleUsingCache:
- loadResourceDataNotifyingClient:usingCache:
- resourceDataUsingCache:
- setResourceData:
- propertyForKey:
- setProperty:forKey:
Availability 有効性
Technology
scheme
The scheme for the NSURL object. For example, in the URL http://www
, the scheme is http
.
NSURLオブジェクトに対するスキーム。例えば、URL http://www
において、スキームはhttp
です。
host
The host for the NSURL object (for example, www
). May be the empty string.
NSURLオブジェクトに対するホスト(例えば、www
)。空の文字列かもしれません。
path
The path for the NSURL object (for example, /index
). If the path begins with a tilde, you must first expand it by calling string
.
NSURLオブジェクトに対するパス(例えば、/index
)。パスがチルダで始まるならば、あなたは最初にそれをstring
を呼び出すことによって展開しなければいけません。
The newly initialized NSURL object. 新しく初期化されたNSURLオブジェクト。
This method automatically uses percent encoding to escape the path
and host
parameters.
このメソッドは、自動的にパーセント符号化を使って、path
とhost
パラメータをエスケープします。
- URLHandleUsingCache:
- loadResourceDataNotifyingClient:usingCache:
- resourceDataUsingCache:
- setResourceData:
- propertyForKey:
- setProperty:forKey: