public class HttpServerUtilityBase extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpServerUtilityBase
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.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.HttpServerUtilityBase
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpServerUtilityBase() |
HttpServerUtilityBase(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpServerUtilityBase |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HttpServerUtilityBase, a cast assert is made to check if types are compatible. |
void |
ClearError() |
NetObject |
CreateObject(NetType type) |
NetObject |
CreateObject(java.lang.String progID) |
NetObject |
CreateObjectFromClsid(java.lang.String clsid) |
void |
Execute(IHttpHandler handler,
TextWriter writer,
boolean preserveForm) |
void |
Execute(java.lang.String path) |
void |
Execute(java.lang.String path,
boolean preserveForm) |
void |
Execute(java.lang.String path,
TextWriter writer) |
void |
Execute(java.lang.String path,
TextWriter writer,
boolean preserveForm) |
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
|
NetException |
GetLastError() |
java.lang.String |
getMachineName() |
int |
getScriptTimeout() |
java.lang.String |
HtmlDecode(java.lang.String s) |
void |
HtmlDecode(java.lang.String s,
TextWriter output) |
java.lang.String |
HtmlEncode(java.lang.String s) |
void |
HtmlEncode(java.lang.String s,
TextWriter output) |
java.lang.String |
MapPath(java.lang.String path) |
void |
setJCOInstance(JCObject instance) |
void |
setScriptTimeout(int ScriptTimeout) |
void |
Transfer(IHttpHandler handler,
boolean preserveForm) |
void |
Transfer(java.lang.String path) |
void |
Transfer(java.lang.String path,
boolean preserveForm) |
void |
TransferRequest(java.lang.String path) |
void |
TransferRequest(java.lang.String path,
boolean preserveForm) |
void |
TransferRequest(java.lang.String path,
boolean preserveForm,
java.lang.String method,
NameValueCollection headers) |
void |
TransferRequest(java.lang.String path,
boolean preserveForm,
java.lang.String method,
NameValueCollection headers,
boolean preserveUser) |
java.lang.String |
UrlDecode(java.lang.String s) |
void |
UrlDecode(java.lang.String s,
TextWriter output) |
java.lang.String |
UrlEncode(java.lang.String s) |
void |
UrlEncode(java.lang.String s,
TextWriter output) |
java.lang.String |
UrlPathEncode(java.lang.String s) |
byte[] |
UrlTokenDecode(java.lang.String input) |
java.lang.String |
UrlTokenEncode(byte[] input) |
java.lang.String |
UrlTokenEncode(JCORefOut dupParam0) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpServerUtilityBase()
throws java.lang.Throwable
java.lang.Throwablepublic HttpServerUtilityBase(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static HttpServerUtilityBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpServerUtilityBase, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpServerUtilityBase instancejava.lang.Throwable - in case of error during cast operationpublic void ClearError()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic NetObject CreateObject(NetType type) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic NetObject CreateObject(java.lang.String progID) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic NetObject CreateObjectFromClsid(java.lang.String clsid) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Execute(IHttpHandler handler, TextWriter writer, boolean preserveForm) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Execute(java.lang.String path)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Execute(java.lang.String path,
boolean preserveForm)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Execute(java.lang.String path,
TextWriter writer)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Execute(java.lang.String path,
TextWriter writer,
boolean preserveForm)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic NetException GetLastError() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String getMachineName()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic int getScriptTimeout()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String HtmlDecode(java.lang.String s)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void HtmlDecode(java.lang.String s,
TextWriter output)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String HtmlEncode(java.lang.String s)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void HtmlEncode(java.lang.String s,
TextWriter output)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String MapPath(java.lang.String path)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setScriptTimeout(int ScriptTimeout)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Transfer(IHttpHandler handler, boolean preserveForm) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Transfer(java.lang.String path)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Transfer(java.lang.String path,
boolean preserveForm)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void TransferRequest(java.lang.String path)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void TransferRequest(java.lang.String path,
boolean preserveForm)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void TransferRequest(java.lang.String path,
boolean preserveForm,
java.lang.String method,
NameValueCollection headers)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void TransferRequest(java.lang.String path,
boolean preserveForm,
java.lang.String method,
NameValueCollection headers,
boolean preserveUser)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String UrlDecode(java.lang.String s)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void UrlDecode(java.lang.String s,
TextWriter output)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String UrlEncode(java.lang.String s)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void UrlEncode(java.lang.String s,
TextWriter output)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String UrlPathEncode(java.lang.String s)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic byte[] UrlTokenDecode(java.lang.String input)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String UrlTokenEncode(byte[] input)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String UrlTokenEncode(JCORefOut dupParam0) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedException