Instance Property
インスタンスプロパティ
addresses
Returns all the network addresses of the receiver.
レシーバのネットワークアドレスの全てを返します。
Declaration
宣言
var addresses: [String
] { get }
Return Value
戻り値
All the network addresses of the receiver.
レシーバのネットワークアドレスの全て。
See Also
参照
Getting Host Information
ホスト情報を得る
var address: String?
Returns one of the network addresses of the receiver.
レシーバのネットワークアドレスの1つを返します。
Deprecated
非推奨
var name: String?
Returns one of the hostnames of the receiver.
レシーバのホスト名の1つを返します。
Deprecated
非推奨
var localizedName: String?
Returns the name used as by default when publishing NSNetServices
.
NSNetServices
をパブリッシュする場合に省略時として使われる名前を返します。
Deprecated
非推奨
var names: [String]
Returns all the hostnames of the receiver.
レシーバのホスト名の全てを返します。
Deprecated
非推奨