Instance Property
インスタンスプロパティ
address
Returns one of the network addresses of the receiver.
レシーバのネットワークアドレスの1つを返します。
Declaration
宣言
@property(nullable, readonly, copy) NSString
*address;
Return Value
戻り値
One of the network address for the receiver. For example, "192.42.172.1"
or "fe80::1"
.
レシーバに対するネットワークアドレスの1つ。例えば、"192.42.172.1"
または"fe80::1"
。
See Also
参照
Getting Host Information
ホスト情報を得る
addresses
Returns all the network addresses of the receiver.
レシーバのネットワークアドレスの全てを返します。
Deprecated
非推奨
name
Returns one of the hostnames of the receiver.
レシーバのホスト名の1つを返します。
Deprecated
非推奨
localizedName
Returns the name used as by default when publishing NSNetServices
.
NSNetServices
をパブリッシュする場合に省略時として使われる名前を返します。
Deprecated
非推奨
names
Returns all the hostnames of the receiver.
レシーバのホスト名の全てを返します。
Deprecated
非推奨