Android.Net.ProxyInfo: Method Members

The methods of Android.Net.ProxyInfo are listed below. For a list of all members, see the ProxyInfo Members list.

See Also: Inherited members from Java.Lang.Object

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.