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

negotiatedTLSProtocolVersion

The TLS protocol version the task negotiated with the endpoint for the connection. TLS暗号プロトコルバージョン、その接続に対するエンドポイントと交渉するタスク。

Declaration 宣言

var negotiatedTLSProtocolVersion: tls_protocol_version_t? { get }

Discussion 議論

This value is a 2-byte sequence in host byte order. See tls_protocol_version_t for possible values. If the task didn’t negotiate an encrypted connection, this value is nil. この値は、ホストバイトオーダーでの2バイトシーケンスです。tls_protocol_version_tを可能な値のために見てください。タスクが暗号化された接続と交渉しないならば、この値はnilです。

See Also 参照

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