nextHopProtocol property
String
get
nextHopProtocol
The nextHopProtocol
read-only property is a string representing the
network protocol used to fetch the resource, as identified by the ALPN
Protocol ID
(RFC7301).
When a proxy is used, if a tunnel connection is established, this property returns the ALPN Protocol ID of the tunneled protocol. Otherwise, this property returns the ALPN Protocol ID of the first hop to the proxy.
Implementation
external String get nextHopProtocol;