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

localAddress

The IP address string of the local interface for the connection. 接続に対するローカルインターフェイスのIPアドレス文字列。

Declaration 宣言

var localAddress: String? { get }

Discussion 議論

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

See Also 参照

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