init(address: String)
Returns the
NSHost
with the Internet address address
.
NSHost
を返します、それはインターネットアドレスaddress
を持ちます。
NSHost
object representing the host the process is running on.
それの上でプロセスが動作しているホストを表しているNSHost
オブジェクトを返します。
Availability 有効性
Technology
class func current() -> Self
NSHost
object for the process’s host.
プロセスの持つホストに対するNSHost
オブジェクト。
This method executes synchronously. The execution time of this method can be highly variable, depending on the local network configuration, and may block for several seconds if the network is unreachable. To avoid blocking execution on the main thread, you should call this method in an Operation
or Grand Central Dispatch block that executes asynchronously in the background.
このメソッドは同期的に実行されます。このメソッドの実行時間は、ローカルネットワーク構成設定に依存して非常に変動します、そしてネットワークが読み込みできないならば数秒間遮断されるかもしれません。メインスレッドでの実行の遮断を防ぐために、あなたはこのメソッドをOperation
またはGrand Central Dispatchブロックにおいて呼び出すべきです、それはバックグラウンドで非同期に実行します。
init(address: String)
NSHost
with the Internet address address
.
NSHost
を返します、それはインターネットアドレスaddress
を持ちます。