public class HttpServerUtility extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpServerUtility
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.HttpServerUtility
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpServerUtility() |
HttpServerUtility(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpServerUtility |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HttpServerUtility, 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) |
static byte[] |
UrlTokenDecode(java.lang.String input) |
static java.lang.String |
UrlTokenEncode(byte[] input) |
static 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 HttpServerUtility()
throws java.lang.Throwable
java.lang.Throwablepublic HttpServerUtility(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static HttpServerUtility cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpServerUtility, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpServerUtility instancejava.lang.Throwable - in case of error during cast operationpublic void ClearError()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject CreateObject(NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, HttpException, ConfigurationErrorsException, SecurityException, ConfigurationException, ProviderException, NullReferenceException, MemberAccessException, OutOfMemoryException, EventSourceException, WaitHandleCannotBeOpenedException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionConfigurationErrorsExceptionSecurityExceptionConfigurationExceptionProviderExceptionNullReferenceExceptionMemberAccessExceptionOutOfMemoryExceptionEventSourceExceptionWaitHandleCannotBeOpenedExceptionUnauthorizedAccessExceptionIOExceptionpublic NetObject CreateObject(java.lang.String progID) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, HttpException, ConfigurationErrorsException, SecurityException, ConfigurationException, ProviderException, NullReferenceException, MemberAccessException, OutOfMemoryException, EventSourceException, WaitHandleCannotBeOpenedException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionConfigurationErrorsExceptionSecurityExceptionConfigurationExceptionProviderExceptionNullReferenceExceptionMemberAccessExceptionOutOfMemoryExceptionEventSourceExceptionWaitHandleCannotBeOpenedExceptionUnauthorizedAccessExceptionIOExceptionpublic NetObject CreateObjectFromClsid(java.lang.String clsid) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, FormatException, HttpException, ConfigurationErrorsException, SecurityException, ConfigurationException, ProviderException, NullReferenceException, MemberAccessException, OutOfMemoryException, EventSourceException, WaitHandleCannotBeOpenedException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionSecurityExceptionConfigurationExceptionProviderExceptionNullReferenceExceptionMemberAccessExceptionOutOfMemoryExceptionEventSourceExceptionWaitHandleCannotBeOpenedExceptionUnauthorizedAccessExceptionIOExceptionpublic void Execute(IHttpHandler handler, TextWriter writer, boolean preserveForm) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ThreadAbortException, HttpRequestValidationException, ConfigurationErrorsException, ConfigurationException, NullReferenceException, FormatException, OverflowException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SecurityException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionThreadAbortExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionNullReferenceExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionAbandonedMutexExceptionpublic void Execute(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
HttpException,
ArgumentOutOfRangeException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException,
EventSourceException,
FormatException,
OverflowException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SecurityException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionEventSourceExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionAbandonedMutexExceptionpublic void Execute(java.lang.String path,
boolean preserveForm)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
HttpException,
ArgumentOutOfRangeException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException,
EventSourceException,
FormatException,
OverflowException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SecurityException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionEventSourceExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionAbandonedMutexExceptionpublic void Execute(java.lang.String path,
TextWriter writer)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
HttpException,
ArgumentOutOfRangeException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException,
EventSourceException,
FormatException,
OverflowException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SecurityException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionEventSourceExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionAbandonedMutexExceptionpublic void Execute(java.lang.String path,
TextWriter writer,
boolean preserveForm)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
HttpException,
ConfigurationErrorsException,
ConfigurationException,
InvalidCastException,
NullReferenceException,
ThreadAbortException,
HttpRequestValidationException,
MissingMethodException,
OutOfMemoryException,
EventSourceException,
FormatException,
OverflowException,
PathTooLongException,
SecurityException,
IOException,
PlatformNotSupportedException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionInvalidCastExceptionNullReferenceExceptionThreadAbortExceptionHttpRequestValidationExceptionMissingMethodExceptionOutOfMemoryExceptionEventSourceExceptionFormatExceptionOverflowExceptionPathTooLongExceptionSecurityExceptionIOExceptionPlatformNotSupportedExceptionOperationCanceledExceptionpublic 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, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic java.lang.String getMachineName()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
NotImplementedException,
InvalidOperationException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException
public int getScriptTimeout()
throws java.lang.Throwable,
ArgumentException,
HttpException,
ArgumentNullException,
HttpRequestValidationException,
ConfigurationErrorsException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationException,
OverflowException
java.lang.ThrowableArgumentExceptionHttpExceptionArgumentNullExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationExceptionOverflowExceptionpublic java.lang.String HtmlDecode(java.lang.String s)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ThreadAbortException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
ConfigurationException,
ArgumentOutOfRangeException
public void HtmlDecode(java.lang.String s,
TextWriter output)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ThreadAbortException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
ConfigurationException,
ArgumentOutOfRangeException
public java.lang.String HtmlEncode(java.lang.String s)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ThreadAbortException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
ConfigurationException,
ArgumentOutOfRangeException
public void HtmlEncode(java.lang.String s,
TextWriter output)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ThreadAbortException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
ConfigurationException,
ArgumentOutOfRangeException
public java.lang.String MapPath(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
FormatException,
ThreadAbortException,
HttpRequestValidationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionFormatExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setScriptTimeout(int ScriptTimeout)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionpublic void Transfer(IHttpHandler handler, boolean preserveForm) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ApplicationException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, ConfigurationException, NullReferenceException, FormatException, OverflowException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionApplicationExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionNullReferenceExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionpublic void Transfer(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ApplicationException,
NotSupportedException,
HttpException,
ConfigurationErrorsException,
ConfigurationException,
HttpRequestValidationException,
SecurityException,
TargetParameterCountException,
FormatException,
OverflowException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionApplicationExceptionNotSupportedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionHttpRequestValidationExceptionSecurityExceptionTargetParameterCountExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionpublic void Transfer(java.lang.String path,
boolean preserveForm)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ApplicationException,
HttpException,
ConfigurationErrorsException,
ConfigurationException,
ThreadAbortException,
HttpRequestValidationException,
OutOfMemoryException,
EventSourceException,
FormatException,
OverflowException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SecurityException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionApplicationExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionThreadAbortExceptionHttpRequestValidationExceptionOutOfMemoryExceptionEventSourceExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionAbandonedMutexExceptionpublic void TransferRequest(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
PlatformNotSupportedException,
HttpException,
ArgumentOutOfRangeException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic void TransferRequest(java.lang.String path,
boolean preserveForm)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
PlatformNotSupportedException,
HttpException,
ArgumentOutOfRangeException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic void TransferRequest(java.lang.String path,
boolean preserveForm,
java.lang.String method,
NameValueCollection headers)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
PlatformNotSupportedException,
HttpException,
ArgumentOutOfRangeException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic void TransferRequest(java.lang.String path,
boolean preserveForm,
java.lang.String method,
NameValueCollection headers,
boolean preserveUser)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
PlatformNotSupportedException,
HttpException,
ConfigurationErrorsException,
ConfigurationException,
InvalidCastException,
NullReferenceException,
ThreadAbortException,
HttpRequestValidationException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionInvalidCastExceptionNullReferenceExceptionThreadAbortExceptionHttpRequestValidationExceptionOutOfMemoryExceptionpublic java.lang.String UrlDecode(java.lang.String s)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
NotSupportedException,
IndexOutOfRangeException,
HttpRequestValidationException,
ConfigurationErrorsException,
ConfigurationException,
NullReferenceException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionNotSupportedExceptionIndexOutOfRangeExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionNullReferenceExceptionpublic void UrlDecode(java.lang.String s,
TextWriter output)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
NotSupportedException,
HttpRequestValidationException,
ConfigurationErrorsException,
ConfigurationException,
FormatException,
NullReferenceException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionFormatExceptionNullReferenceExceptionpublic java.lang.String UrlEncode(java.lang.String s)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
HttpRequestValidationException,
ConfigurationErrorsException,
NotSupportedException,
ThreadAbortException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionNotSupportedExceptionThreadAbortExceptionpublic void UrlEncode(java.lang.String s,
TextWriter output)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ConfigurationErrorsException,
NotSupportedException,
ThreadAbortException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionThreadAbortExceptionpublic java.lang.String UrlPathEncode(java.lang.String s)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ThreadAbortException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
FormatException,
UriFormatException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionThreadAbortExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionUriFormatExceptionpublic static byte[] UrlTokenDecode(java.lang.String input)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ThreadAbortException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
ArgumentOutOfRangeException,
FormatException
public static java.lang.String UrlTokenEncode(byte[] input)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ThreadAbortException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException
public static java.lang.String UrlTokenEncode(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException