BasicRouteDirector.InterfaceConsts Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that describe the steps for establishing an HTTP route.
public static class BasicRouteDirector.InterfaceConsts
type BasicRouteDirector.InterfaceConsts = class
- Inheritance
-
BasicRouteDirector.InterfaceConsts
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
| Name | Description |
|---|---|
| Complete |
Indicates that the route is complete. |
| ConnectProxy |
Indicates that the next step is to open a connection to a proxy. |
| ConnectTarget |
Indicates that the next step is to open a connection to the target. |
| LayerProtocol |
Indicates that the next step is to layer a protocol over the connection. |
| TunnelProxy |
Indicates that the next step is to tunnel through a proxy to another proxy. |
| TunnelTarget |
Indicates that the next step is to tunnel through a proxy to the target. |
| Unreachable |
Indicates that the route cannot be established. |