Org.Apache.Http.Conn.Routing.IRouteInfo Members

The members of Org.Apache.Http.Conn.Routing.IRouteInfo are listed below.

Public Properties

[read-only]
HopCountint. Obtains the number of hops in this route.
[read-only]
IsLayeredbool. Checks whether this route includes a layered protocol.
[read-only]
IsSecurebool. Checks whether this route is secure.
[read-only]
IsTunnelledbool. Checks whether this route is tunnelled through a proxy.
[read-only]
LayerTypeRouteInfoLayerType. Obtains the layering type of this route.
[read-only]
LocalAddressJava.Net.InetAddress. Obtains the local address to connect from.
[read-only]
ProxyHostOrg.Apache.Http.HttpHost. Obtains the first proxy host.
[read-only]
TargetHostOrg.Apache.Http.HttpHost. Obtains the target host.
[read-only]
TunnelTypeRouteInfoTunnelType. Obtains the tunnel type of this route.

Public Methods

GetHopTarget(int) : Org.Apache.Http.HttpHost
Obtains the target of a hop in this route.