Instance Property
インスタンスプロパティ
name
Returns one of the hostnames of the receiver.
レシーバのホスト名の1つを返します。
Declaration
宣言
@property(nullable, readonly, copy) NSString
*name;
Return Value
戻り値
One of the hostnames of the receiver. Can be either a simple hostname, such as "sales"
, or a fully qualified domain name, such as "sales.anycorp.com"
.
レシーバのホスト名の1つ。単純なホスト名、例えば"sales"
など、または完全修飾ドメイン名、例えば"sales.anycorp.com"
などのどちらでも可能です。
See Also
参照
Getting Host Information
ホスト情報を得る
address
Returns one of the network addresses of the receiver.
レシーバのネットワークアドレスの1つを返します。
Deprecated
非推奨
addresses
Returns all the network addresses of the receiver.
レシーバのネットワークアドレスの全てを返します。
Deprecated
非推奨
localizedName
Returns the name used as by default when publishing NSNetServices
.
NSNetServices
をパブリッシュする場合に省略時として使われる名前を返します。
Deprecated
非推奨
names
Returns all the hostnames of the receiver.
レシーバのホスト名の全てを返します。
Deprecated
非推奨