Android.Net.ProxyInfo Members

The members of Android.Net.ProxyInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
Hoststring. When configured to use a Direct Proxy this returns the host of the proxy.
[read-only]
PacFileUrlUri. Returns the URL of the current PAC script or null if there is no PAC script.
[read-only]
Portint. When configured to use a Direct Proxy this returns the port of the proxy

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
BuildDirectProxy(string, int) : ProxyInfo
Constructs a Android.Net.ProxyInfo object that points at a Direct proxy on the specified host and port.
static
BuildDirectProxy(string, int, IList<string>) : ProxyInfo
Documentation for this section has not yet been entered.
static
BuildPacProxy(Uri) : ProxyInfo
Construct a Android.Net.ProxyInfo that will download and run the PAC script at the specified URL.
DescribeContents() : int
Documentation for this section has not yet been entered.
GetExclusionList() : string[]
When configured to use a Direct Proxy this returns the list of hosts for which the proxy is ignored.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Documentation for this section has not yet been entered.