- publish
- publishWithOptions:
- resolveWithTimeout:
- startMonitoring
- stop
- stopMonitoring
Availability 有効性
Technology
@property(readonly) NSInteger
port;
If the object was initialized by calling init
(whether by your code or by a browser object), then the value was set when the object was first initialized.
オブジェクトがinit
を呼ぶことによって初期化されたならば(あなたのコードによってかブラウザオブジェクトによって)、そのとき値はオブジェクトが最初に初期化されたときに設定されます。
If the object was initialized by calling init
, the value of this property is not valid (-1
) until after the service has successfully been resolved (when addresses
is non-nil
).
オブジェクトがinit
を呼ぶことによって初期化されたならば、このプロパティの値は有効ではありません(-1
)、サービスがうまく解決されてしまう後までは(addresses
が非nil
である時は)。
Backward Compatibility Note 後方互換生注意
This became a property in OS X v10.9 and iOS 7, but the underlying getter method (port
) has been available since this class was first introduced.
これは、OS X 10.9およびiOS 7での資産となります、しかし基礎をなすゲッターメソッド(port
)は、このクラスが最初に導入された時から利用可能になります。
- publish
- publishWithOptions:
- resolveWithTimeout:
- startMonitoring
- stop
- stopMonitoring