Package system.net
Class WebProxy
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.net.WebProxy
-
- All Implemented Interfaces:
IJCOBridgeReflected
,ISerializable
public class WebProxy extends NetObject implements ISerializable
The base .NET class managing System.Net.WebProxy, System.Net.WebProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.WebProxy
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Net.WebProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Net.WebProxystatic java.lang.String
className
Qualified class name: System.Net.WebProxystatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WebProxy()
WebProxy(java.lang.Object instance)
Internal constructor.WebProxy(java.lang.String Address)
WebProxy(java.lang.String Address, boolean BypassOnLocal)
WebProxy(java.lang.String Address, boolean BypassOnLocal, java.lang.String[] BypassList)
WebProxy(java.lang.String Address, boolean BypassOnLocal, java.lang.String[] BypassList, ICredentials Credentials)
WebProxy(java.lang.String Host, int Port)
WebProxy(Uri Address)
WebProxy(Uri Address, boolean BypassOnLocal)
WebProxy(Uri Address, boolean BypassOnLocal, java.lang.String[] BypassList)
WebProxy(Uri Address, boolean BypassOnLocal, java.lang.String[] BypassList, ICredentials Credentials)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebProxy
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoWebProxy
, a cast assert is made to check if types are compatible.Uri
getAddress()
NetArrayList
getBypassArrayList()
java.lang.String[]
getBypassList()
boolean
getBypassProxyOnLocal()
ICredentials
getCredentials()
static WebProxy
GetDefaultProxy()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeUri
GetProxy(Uri destination)
boolean
getUseDefaultCredentials()
boolean
IsBypassed(Uri host)
void
setAddress(Uri Address)
void
setBypassList(java.lang.String[] BypassList)
void
setBypassProxyOnLocal(boolean BypassProxyOnLocal)
void
setCredentials(ICredentials Credentials)
void
setJCOInstance(JCObject instance)
void
setUseDefaultCredentials(boolean UseDefaultCredentials)
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.runtime.serialization.ISerializable
GetObjectData
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Net.WebProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Net.WebProxy- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Net.WebProxy- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WebProxy
public WebProxy(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
WebProxy
public WebProxy() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, NotSupportedException, PlatformNotSupportedException, RegexParseException, InvalidOperationException
-
WebProxy
public WebProxy(java.lang.String Address, boolean BypassOnLocal, java.lang.String[] BypassList, ICredentials Credentials) throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, NotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, ArgumentException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, FormatException, UnreachableException, UriFormatException, RankException, ArrayTypeMismatchException, RegexParseException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
NotSupportedException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
CultureNotFoundException
ArgumentException
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
FormatException
UnreachableException
UriFormatException
RankException
ArrayTypeMismatchException
RegexParseException
-
WebProxy
public WebProxy(java.lang.String Address, boolean BypassOnLocal, java.lang.String[] BypassList) throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, NotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, ArgumentException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, FormatException, UnreachableException, UriFormatException, RankException, ArrayTypeMismatchException, RegexParseException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
NotSupportedException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
CultureNotFoundException
ArgumentException
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
FormatException
UnreachableException
UriFormatException
RankException
ArrayTypeMismatchException
RegexParseException
-
WebProxy
public WebProxy(java.lang.String Address, boolean BypassOnLocal) throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, NotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, ArgumentException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, FormatException, UnreachableException, UriFormatException, RankException, ArrayTypeMismatchException, RegexParseException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
NotSupportedException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
CultureNotFoundException
ArgumentException
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
FormatException
UnreachableException
UriFormatException
RankException
ArrayTypeMismatchException
RegexParseException
-
WebProxy
public WebProxy(java.lang.String Host, int Port) throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, NotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, ArgumentException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, FormatException, UnreachableException, UriFormatException, RankException, ArrayTypeMismatchException, RegexParseException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
NotSupportedException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
CultureNotFoundException
ArgumentException
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
FormatException
UnreachableException
UriFormatException
RankException
ArrayTypeMismatchException
RegexParseException
-
WebProxy
public WebProxy(java.lang.String Address) throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, NotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, ArgumentException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, FormatException, UnreachableException, UriFormatException, RankException, ArrayTypeMismatchException, RegexParseException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
NotSupportedException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
CultureNotFoundException
ArgumentException
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
FormatException
UnreachableException
UriFormatException
RankException
ArrayTypeMismatchException
RegexParseException
-
WebProxy
public WebProxy(Uri Address, boolean BypassOnLocal, java.lang.String[] BypassList, ICredentials Credentials) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, RegexParseException, FormatException, UnreachableException
-
WebProxy
public WebProxy(Uri Address, boolean BypassOnLocal, java.lang.String[] BypassList) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, NotSupportedException, PlatformNotSupportedException, RegexParseException, InvalidOperationException
-
WebProxy
public WebProxy(Uri Address, boolean BypassOnLocal) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, NotSupportedException, PlatformNotSupportedException, RegexParseException, InvalidOperationException
-
WebProxy
public WebProxy(Uri Address) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, NotSupportedException, PlatformNotSupportedException, RegexParseException, InvalidOperationException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceISerializable
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceISerializable
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceISerializable
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceISerializable
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceISerializable
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static WebProxy cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoWebProxy
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WebProxy
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
IsBypassed
public boolean IsBypassed(Uri host) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, UriFormatException, UnreachableException, FormatException, SocketException, NetworkInformationException, EventSourceException, IndexOutOfRangeException, RegexParseException, NotImplementedException, RegexMatchTimeoutException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
CultureNotFoundException
NullReferenceException
OutOfMemoryException
ExternalException
UriFormatException
UnreachableException
FormatException
SocketException
NetworkInformationException
EventSourceException
IndexOutOfRangeException
RegexParseException
NotImplementedException
RegexMatchTimeoutException
-
GetDefaultProxy
public static WebProxy GetDefaultProxy() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
GetProxy
public Uri GetProxy(Uri destination) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException, UriFormatException, FormatException, SocketException, NetworkInformationException, EventSourceException, IndexOutOfRangeException, RegexParseException, NotImplementedException, RegexMatchTimeoutException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
NullReferenceException
OutOfMemoryException
ExternalException
CultureNotFoundException
UriFormatException
FormatException
SocketException
NetworkInformationException
EventSourceException
IndexOutOfRangeException
RegexParseException
NotImplementedException
RegexMatchTimeoutException
-
getBypassProxyOnLocal
public boolean getBypassProxyOnLocal() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBypassProxyOnLocal
public void setBypassProxyOnLocal(boolean BypassProxyOnLocal) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getUseDefaultCredentials
public boolean getUseDefaultCredentials() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUseDefaultCredentials
public void setUseDefaultCredentials(boolean UseDefaultCredentials) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBypassArrayList
public NetArrayList getBypassArrayList() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCredentials
public ICredentials getCredentials() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCredentials
public void setCredentials(ICredentials Credentials) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBypassList
public java.lang.String[] getBypassList() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, InvalidCastException
-
setBypassList
public void setBypassList(java.lang.String[] BypassList) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, RegexParseException, FormatException, UnreachableException
-
getAddress
public Uri getAddress() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAddress
public void setAddress(Uri Address) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-