Instance Property インスタンスプロパティ

localPort

The port number of the local interface for the connection. 接続に対するローカルインターフェイスのポート番号。

Declaration 宣言

var localPort: Int? { get }

Discussion 議論

For multipath protocols, this is the local port of the initial flow. If the app didn’t use the connection, this value is nil. マルチパスプロトコルに対して、これは初期フローのローカルポートです。アプリがその接続を使わないならば、この値はnilです。

See Also 参照

Accessing Transaction Characteristics トランザクション特徴にアクセスする