public class RemotingClientProxy extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.Remoting.Services.RemotingClientProxy
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Runtime.Remoting
|
static java.lang.String |
className
Qualified class name: System.Runtime.Remoting.Services.RemotingClientProxy
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
RemotingClientProxy() |
RemotingClientProxy(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static RemotingClientProxy |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into RemotingClientProxy, a cast assert is made to check if types are compatible. |
boolean |
getAllowAutoRedirect() |
NetObject |
getCookies() |
java.lang.String |
getDomain() |
boolean |
getEnableCookies() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getPassword() |
java.lang.String |
getPath() |
boolean |
getPreAuthenticate() |
java.lang.String |
getProxyName() |
int |
getProxyPort() |
int |
getTimeout() |
java.lang.String |
getUrl() |
java.lang.String |
getUserAgent() |
java.lang.String |
getUsername() |
void |
setAllowAutoRedirect(boolean AllowAutoRedirect) |
void |
setDomain(java.lang.String Domain) |
void |
setEnableCookies(boolean EnableCookies) |
void |
setJCOInstance(JCObject instance) |
void |
setPassword(java.lang.String Password) |
void |
setPath(java.lang.String Path) |
void |
setPreAuthenticate(boolean PreAuthenticate) |
void |
setProxyName(java.lang.String ProxyName) |
void |
setProxyPort(int ProxyPort) |
void |
setTimeout(int Timeout) |
void |
setUrl(java.lang.String Url) |
void |
setUserAgent(java.lang.String UserAgent) |
void |
setUsername(java.lang.String Username) |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public RemotingClientProxy()
throws java.lang.Throwable
java.lang.Throwablepublic RemotingClientProxy(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static RemotingClientProxy cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into RemotingClientProxy, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRemotingClientProxy instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAllowAutoRedirect()
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic NetObject getCookies() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDomain()
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic boolean getEnableCookies()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic java.lang.String getPassword()
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic java.lang.String getPath()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getPreAuthenticate()
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic java.lang.String getProxyName()
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic int getProxyPort()
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic int getTimeout()
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic java.lang.String getUrl()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUserAgent()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUsername()
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setAllowAutoRedirect(boolean AllowAutoRedirect)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setDomain(java.lang.String Domain)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setEnableCookies(boolean EnableCookies)
throws java.lang.Throwable,
NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setPassword(java.lang.String Password)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setPath(java.lang.String Path)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
RemotingException,
FormatException,
InvalidCastException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionRemotingExceptionFormatExceptionInvalidCastExceptionpublic void setPreAuthenticate(boolean PreAuthenticate)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setProxyName(java.lang.String ProxyName)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setProxyPort(int ProxyPort)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setTimeout(int Timeout)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setUrl(java.lang.String Url)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
RemotingException,
ObjectDisposedException,
FormatException,
OutOfMemoryException,
ArgumentOutOfRangeException,
InvalidCastException
public void setUserAgent(java.lang.String UserAgent)
throws java.lang.Throwable,
NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic void setUsername(java.lang.String Username)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeException