Instance Method
インスタンスメソッド
portForName:host:nameServerPortNumber:
Looks up and returns the port registered under the specified name on a specified host.
指定されたホスト上でこの指定された名前のもと登録されたポートを見つけて返します。
Parameters
パラメータ
portName
The name of the desired port.
望むポートのもつ名前。
hostName
The name of the host. hostName
is an Internet domain name (for example, “sales.anycorp.com
”) or IP address (IPv4 or IPv6). If hostName
is nil
or empty, the local host is checked. If hostName
is @”*”
, all hosts on the local network are checked.
ホストの名前。hostName
はインターネットドメイン名です(例えば、“sales.anycorp.com
”)またはIPアドレス(IPv4またはIPv6)。hostName
がnil
または空ならば、ローカルホストが調べられます。hostName
が@”*”
ならば、ローカルネットワーク上の全ホストが調べられます。
portNumber
The portNumber
parameter is ignored.
portNumber
パラメータは無視されます。
Return Value
戻り値
The port associated with portName
on the host hostName
. Returns nil
if no such port exists.
ホストhostName
上でportName
と結び付けられたポート。nil
を返します、もしそのようなポートが存在しないならば。
See Also
参照
Looking up Ports
ポートを調べる
- portForName:
Looks up and returns the port registered under the specified name on the local host.
ローカルホスト上でこの指定された名前のもと登録されたポートを調べて返します。
Deprecated
非推奨
- portForName:host:
Looks up and returns the port registered under the specified name on a specified host.
指定されたホスト上でこの指定された名前のもと登録されたポートを見つけて返します。
Deprecated
非推奨
Related Documentation
関連文書