public class HttpServerUtilityWrapper extends HttpServerUtilityBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpServerUtilityWrapper
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.HttpServerUtilityWrapper
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpServerUtilityWrapper() |
HttpServerUtilityWrapper(HttpServerUtility httpServerUtility) |
HttpServerUtilityWrapper(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpServerUtilityWrapper |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HttpServerUtilityWrapper, 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 |
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 |
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) |
getMachineName, getScriptTimeout, setScriptTimeoutpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpServerUtilityWrapper()
throws java.lang.Throwable
java.lang.Throwablepublic HttpServerUtilityWrapper(HttpServerUtility httpServerUtility) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic HttpServerUtilityWrapper(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static HttpServerUtilityWrapper cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpServerUtilityWrapper, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpServerUtilityWrapper instancejava.lang.Throwable - in case of error during cast operationpublic void ClearError()
throws java.lang.Throwable
ClearError in class HttpServerUtilityBasejava.lang.Throwablepublic NetObject CreateObject(NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, FormatException, HttpException, ConfigurationException, ProviderException, ConfigurationErrorsException, NullReferenceException, MemberAccessException, SecurityException, UnauthorizedAccessException, IOException
CreateObject in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionMemberAccessExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic NetObject CreateObject(java.lang.String progID) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, HttpException, ConfigurationException, ProviderException, ConfigurationErrorsException, NullReferenceException, MemberAccessException, SecurityException, UnauthorizedAccessException, IOException
CreateObject in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionHttpExceptionConfigurationExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionMemberAccessExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic NetObject CreateObjectFromClsid(java.lang.String clsid) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, FormatException, ArgumentOutOfRangeException, HttpException, ConfigurationException, ProviderException, ConfigurationErrorsException, NullReferenceException, MemberAccessException, SecurityException, UnauthorizedAccessException, IOException
CreateObjectFromClsid in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionArgumentOutOfRangeExceptionHttpExceptionConfigurationExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionMemberAccessExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic void Execute(IHttpHandler handler, TextWriter writer, boolean preserveForm) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, HttpRequestValidationException, NotSupportedException, ConfigurationErrorsException, ConfigurationException, NullReferenceException, FormatException, OverflowException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException
Execute in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionHttpRequestValidationExceptionNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionNullReferenceExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionpublic void Execute(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
HttpException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
HttpRequestValidationException,
SecurityException,
TargetParameterCountException,
FormatException,
OverflowException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException
Execute in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionHttpRequestValidationExceptionSecurityExceptionTargetParameterCountExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionpublic void Execute(java.lang.String path,
boolean preserveForm)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
HttpException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
HttpRequestValidationException,
SecurityException,
TargetParameterCountException,
FormatException,
OverflowException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException
Execute in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionHttpRequestValidationExceptionSecurityExceptionTargetParameterCountExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionpublic void Execute(java.lang.String path,
TextWriter writer)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
HttpException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
HttpRequestValidationException,
SecurityException,
TargetParameterCountException,
FormatException,
OverflowException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AbandonedMutexException
Execute in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionHttpRequestValidationExceptionSecurityExceptionTargetParameterCountExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionpublic void Execute(java.lang.String path,
TextWriter writer,
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
Execute in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionEventSourceExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionAbandonedMutexExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class HttpServerUtilityBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class HttpServerUtilityBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class HttpServerUtilityBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class HttpServerUtilityBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class HttpServerUtilityBaseJCType representing the CLR Type of the instantiated Classpublic NetException GetLastError() throws java.lang.Throwable, ArgumentOutOfRangeException
GetLastError in class HttpServerUtilityBasejava.lang.ThrowableArgumentOutOfRangeExceptionpublic java.lang.String HtmlDecode(java.lang.String s)
throws java.lang.Throwable,
ArgumentException,
ThreadAbortException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException
HtmlDecode in class HttpServerUtilityBasejava.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionpublic void HtmlDecode(java.lang.String s,
TextWriter output)
throws java.lang.Throwable,
ArgumentException,
ThreadAbortException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException
HtmlDecode in class HttpServerUtilityBasejava.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionpublic java.lang.String HtmlEncode(java.lang.String s)
throws java.lang.Throwable,
ArgumentException,
ThreadAbortException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException
HtmlEncode in class HttpServerUtilityBasejava.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionpublic void HtmlEncode(java.lang.String s,
TextWriter output)
throws java.lang.Throwable,
ArgumentException,
ThreadAbortException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException
HtmlEncode in class HttpServerUtilityBasejava.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionpublic java.lang.String MapPath(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
IndexOutOfRangeException,
HttpRequestValidationException
MapPath in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionIndexOutOfRangeExceptionHttpRequestValidationExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class HttpServerUtilityBasepublic void Transfer(IHttpHandler handler, boolean preserveForm) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ApplicationException, HttpException, HttpRequestValidationException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, FormatException, OverflowException, IOException, OperationCanceledException
Transfer in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionApplicationExceptionHttpExceptionHttpRequestValidationExceptionNotSupportedExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionOverflowExceptionIOExceptionOperationCanceledExceptionpublic void Transfer(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ApplicationException,
NotSupportedException,
HttpException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
HttpRequestValidationException,
NullReferenceException,
FormatException,
OverflowException,
IOException,
OperationCanceledException
Transfer in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionApplicationExceptionNotSupportedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionHttpRequestValidationExceptionNullReferenceExceptionFormatExceptionOverflowExceptionIOExceptionOperationCanceledExceptionpublic void Transfer(java.lang.String path,
boolean preserveForm)
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
Transfer in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionApplicationExceptionNotSupportedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionHttpRequestValidationExceptionSecurityExceptionTargetParameterCountExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionpublic void TransferRequest(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
PlatformNotSupportedException,
HttpException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException
TransferRequest in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic void TransferRequest(java.lang.String path,
boolean preserveForm)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
PlatformNotSupportedException,
HttpException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException
TransferRequest in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic void TransferRequest(java.lang.String path,
boolean preserveForm,
java.lang.String method,
NameValueCollection headers)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
PlatformNotSupportedException,
HttpException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException
TransferRequest in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic void TransferRequest(java.lang.String path,
boolean preserveForm,
java.lang.String method,
NameValueCollection headers,
boolean preserveUser)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
PlatformNotSupportedException,
HttpException,
ArgumentOutOfRangeException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException
TransferRequest in class HttpServerUtilityBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic java.lang.String UrlDecode(java.lang.String s)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
NotSupportedException,
HttpRequestValidationException,
ConfigurationErrorsException,
ConfigurationException,
FormatException,
NullReferenceException
UrlDecode in class HttpServerUtilityBasejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionFormatExceptionNullReferenceExceptionpublic void UrlDecode(java.lang.String s,
TextWriter output)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
NotSupportedException,
HttpRequestValidationException,
ConfigurationErrorsException,
ConfigurationException,
NullReferenceException
UrlDecode in class HttpServerUtilityBasejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionNullReferenceExceptionpublic java.lang.String UrlEncode(java.lang.String s)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ConfigurationErrorsException,
NotSupportedException,
ThreadAbortException
UrlEncode in class HttpServerUtilityBasejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionThreadAbortExceptionpublic void UrlEncode(java.lang.String s,
TextWriter output)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ConfigurationErrorsException,
NotSupportedException,
ThreadAbortException
UrlEncode in class HttpServerUtilityBasejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionThreadAbortExceptionpublic java.lang.String UrlPathEncode(java.lang.String s)
throws java.lang.Throwable,
ArgumentException,
ThreadAbortException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
IndexOutOfRangeException,
UriFormatException
UrlPathEncode in class HttpServerUtilityBasejava.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionUriFormatExceptionpublic byte[] UrlTokenDecode(java.lang.String input)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ThreadAbortException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException
UrlTokenDecode in class HttpServerUtilityBasejava.lang.ThrowableArgumentExceptionInvalidOperationExceptionThreadAbortExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic java.lang.String UrlTokenEncode(byte[] input)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ThreadAbortException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
OutOfMemoryException
UrlTokenEncode in class HttpServerUtilityBasejava.lang.ThrowableArgumentExceptionInvalidOperationExceptionThreadAbortExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionpublic java.lang.String UrlTokenEncode(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException
UrlTokenEncode in class HttpServerUtilityBasejava.lang.ThrowableArgumentExceptionInvalidOperationExceptionThreadAbortExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionOutOfMemoryException