Class ProxyInfo
public class ProxyInfo : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
ProxyInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
ProxyInfo(ProxyInfo)
https://developer.android.com/reference/android/net/ProxyInfo.html#%3Cinit%3E(android.net.ProxyInfo)
public ProxyInfo(ProxyInfo arg0)
Parameters
ProxyInfo(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ProxyInfo(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
BuildDirectProxy(String, int)
public static ProxyInfo BuildDirectProxy(String arg0, int arg1)
Parameters
Returns
BuildDirectProxy(String, int, List<String>)
public static ProxyInfo BuildDirectProxy(String arg0, int arg1, List<String> arg2)
Parameters
Returns
BuildPacProxy(Uri)
public static ProxyInfo BuildPacProxy(Uri arg0)
Parameters
Returns
BuildPacProxy(Uri, int)
public static ProxyInfo BuildPacProxy(Uri arg0, int arg1)
Parameters
Returns
CreatePoolableInstance(ProxyInfo)
HPA initializer for ProxyInfo(Android.Net.ProxyInfo arg0)
public static ProxyInfo CreatePoolableInstance(ProxyInfo arg0)
Parameters
arg0ProxyInfo
Returns
DescribeContents()
public int DescribeContents()
Returns
GetExclusionList()
public String[] GetExclusionList()
Returns
GetHost()
public String GetHost()
Returns
GetPacFileUrl()
public Uri GetPacFileUrl()
Returns
GetPort()
public int GetPort()
Returns
IsValid()
public bool IsValid()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)