Type Method
型メソッド
hostWithAddress:
Returns the NSHost
with the Internet address address
.
NSHost
を返します、それはインターネットアドレスaddress
を持ちます。
Declaration
宣言
+ (instancetype)hostWithAddress:(NSString
*)address;
Parameters
パラメータ
address
Network address to look up. For example, "127.0.0.1"
or "fe80::1"
.
捜すネットワークアドレス。例えば、"127.0.0.1"
または"fe80::1"
。
Return Value
戻り値
The host for address
.
address
に対するホスト。
See Also
参照
Creating Hosts
ホストを作成する
+ currentHost
Returns an NSHost
object representing the host the process is running on.
それの上でプロセスが動作しているホストを表しているNSHost
オブジェクトを返します。
Deprecated
非推奨
+ hostWithName:
Returns a host with a specific name.
指定された名前を持つホストを返します。
Deprecated
非推奨