The members of Org.Apache.Http.Conn.Routing.IRouteInfo are listed below.
| [read-only] | HopCount | int. Obtains the number of hops in this route. |
| [read-only] | IsLayered | bool. Checks whether this route includes a layered protocol. |
| [read-only] | IsSecure | bool. Checks whether this route is secure. |
| [read-only] | IsTunnelled | bool. Checks whether this route is tunnelled through a proxy. |
| [read-only] | LayerType | RouteInfoLayerType. Obtains the layering type of this route. |
| [read-only] | LocalAddress | Java.Net.InetAddress. Obtains the local address to connect from. |
| [read-only] | ProxyHost | Org.Apache.Http.HttpHost. Obtains the first proxy host. |
| [read-only] | TargetHost | Org.Apache.Http.HttpHost. Obtains the target host. |
| [read-only] | TunnelType | RouteInfoTunnelType. Obtains the tunnel type of this route. |
GetHopTarget(int)Obtains the target of a hop in this route. | ||