Package system.web
Class HttpServerUtilityWrapper
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.HttpServerUtilityBase
-
- system.web.HttpServerUtilityWrapper
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class HttpServerUtilityWrapper extends HttpServerUtilityBase
The base .NET class managing System.Web.HttpServerUtilityWrapper, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpServerUtilityWrapper
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic String
assemblyShortName
Assembly name: System.Webstatic String
className
Qualified class name: System.Web.HttpServerUtilityWrapperstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpServerUtilityWrapper()
HttpServerUtilityWrapper(Object instance)
Internal constructor.HttpServerUtilityWrapper(HttpServerUtility httpServerUtility)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpServerUtilityWrapper
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoHttpServerUtilityWrapper
, a cast assert is made to check if types are compatible.void
ClearError()
NetObject
CreateObject(String progID)
NetObject
CreateObject(NetType type)
NetObject
CreateObjectFromClsid(String clsid)
void
Execute(String path)
void
Execute(String path, boolean preserveForm)
void
Execute(String path, TextWriter writer)
void
Execute(String path, TextWriter writer, boolean preserveForm)
void
Execute(IHttpHandler handler, TextWriter writer, boolean preserveForm)
String
getJCOAssemblyName()
Returns the reflected Assembly nameString
getJCOClassName()
Returns the reflected Class nameObject
getJCOInstance()
Returns the instantiated classString
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeNetException
GetLastError()
String
HtmlDecode(String s)
void
HtmlDecode(String s, TextWriter output)
String
HtmlEncode(String s)
void
HtmlEncode(String s, TextWriter output)
String
MapPath(String path)
void
setJCOInstance(JCObject instance)
void
Transfer(String path)
void
Transfer(String path, boolean preserveForm)
void
Transfer(IHttpHandler handler, boolean preserveForm)
void
TransferRequest(String path)
void
TransferRequest(String path, boolean preserveForm)
void
TransferRequest(String path, boolean preserveForm, String method, NameValueCollection headers)
void
TransferRequest(String path, boolean preserveForm, String method, NameValueCollection headers, boolean preserveUser)
String
UrlDecode(String s)
void
UrlDecode(String s, TextWriter output)
String
UrlEncode(String s)
void
UrlEncode(String s, TextWriter output)
String
UrlPathEncode(String s)
byte[]
UrlTokenDecode(String input)
String
UrlTokenEncode(byte[] input)
String
UrlTokenEncode(JCORefOut dupParam0)
-
Methods inherited from class system.web.HttpServerUtilityBase
getMachineName, getScriptTimeout, setScriptTimeout
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Web.HttpServerUtilityWrapper- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpServerUtilityWrapper
public HttpServerUtilityWrapper(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
HttpServerUtilityWrapper
public HttpServerUtilityWrapper(HttpServerUtility httpServerUtility) throws Throwable, ArgumentNullException
- Throws:
Throwable
ArgumentNullException
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classHttpServerUtilityBase
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classHttpServerUtilityBase
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classHttpServerUtilityBase
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classHttpServerUtilityBase
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classHttpServerUtilityBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classHttpServerUtilityBase
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static HttpServerUtilityWrapper cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoHttpServerUtilityWrapper
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HttpServerUtilityWrapper
instance- Throws:
Throwable
- in case of error during cast operation
-
UrlTokenDecode
public byte[] UrlTokenDecode(String input) throws Throwable, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException
-
GetLastError
public NetException GetLastError() throws Throwable, ArgumentOutOfRangeException
- Overrides:
GetLastError
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentOutOfRangeException
-
CreateObject
public NetObject CreateObject(String progID) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, HttpException, ConfigurationException, ProviderException, ConfigurationErrorsException, NullReferenceException, MemberAccessException, SecurityException, UnauthorizedAccessException, IOException
- Overrides:
CreateObject
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
HttpException
ConfigurationException
ProviderException
ConfigurationErrorsException
NullReferenceException
MemberAccessException
SecurityException
UnauthorizedAccessException
IOException
-
CreateObject
public NetObject CreateObject(NetType type) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, FormatException, HttpException, ConfigurationException, ProviderException, ConfigurationErrorsException, NullReferenceException, MemberAccessException, SecurityException, UnauthorizedAccessException, IOException
- Overrides:
CreateObject
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
FormatException
HttpException
ConfigurationException
ProviderException
ConfigurationErrorsException
NullReferenceException
MemberAccessException
SecurityException
UnauthorizedAccessException
IOException
-
CreateObjectFromClsid
public NetObject CreateObjectFromClsid(String clsid) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, FormatException, ArgumentOutOfRangeException, HttpException, ConfigurationException, ProviderException, ConfigurationErrorsException, NullReferenceException, MemberAccessException, SecurityException, UnauthorizedAccessException, IOException
- Overrides:
CreateObjectFromClsid
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
FormatException
ArgumentOutOfRangeException
HttpException
ConfigurationException
ProviderException
ConfigurationErrorsException
NullReferenceException
MemberAccessException
SecurityException
UnauthorizedAccessException
IOException
-
HtmlDecode
public String HtmlDecode(String s) throws Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
HtmlEncode
public String HtmlEncode(String s) throws Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
MapPath
public String MapPath(String path) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, IndexOutOfRangeException, HttpRequestValidationException
- Overrides:
MapPath
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
IndexOutOfRangeException
HttpRequestValidationException
-
UrlDecode
public String UrlDecode(String s) throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, HttpRequestValidationException, ConfigurationErrorsException, ConfigurationException, FormatException, NullReferenceException
- Overrides:
UrlDecode
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
NotSupportedException
HttpRequestValidationException
ConfigurationErrorsException
ConfigurationException
FormatException
NullReferenceException
-
UrlEncode
public String UrlEncode(String s) throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, ThreadAbortException
- Overrides:
UrlEncode
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
NotSupportedException
ThreadAbortException
-
UrlPathEncode
public String UrlPathEncode(String s) throws Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, IndexOutOfRangeException, UriFormatException
- Overrides:
UrlPathEncode
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentException
ThreadAbortException
InvalidOperationException
ArgumentNullException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
IndexOutOfRangeException
UriFormatException
-
UrlTokenEncode
public String UrlTokenEncode(byte[] input) throws Throwable, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException
-
UrlTokenEncode
public String UrlTokenEncode(JCORefOut dupParam0) throws Throwable, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException
-
ClearError
public void ClearError() throws Throwable
- Overrides:
ClearError
in classHttpServerUtilityBase
- Throws:
Throwable
-
Execute
public void Execute(String path) throws 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
- Overrides:
Execute
in classHttpServerUtilityBase
- Throws:
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
public void Execute(String path, boolean preserveForm) throws 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
- Overrides:
Execute
in classHttpServerUtilityBase
- Throws:
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
public void Execute(String path, TextWriter writer) throws 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
- Overrides:
Execute
in classHttpServerUtilityBase
- Throws:
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
public void Execute(String path, TextWriter writer, boolean preserveForm) throws 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
- Overrides:
Execute
in classHttpServerUtilityBase
- Throws:
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
public void Execute(IHttpHandler handler, TextWriter writer, boolean preserveForm) throws 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
- Overrides:
Execute
in classHttpServerUtilityBase
- Throws:
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
-
HtmlDecode
public void HtmlDecode(String s, TextWriter output) throws Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
HtmlEncode
public void HtmlEncode(String s, TextWriter output) throws Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
Transfer
public void Transfer(String path) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ApplicationException, NotSupportedException, HttpException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, HttpRequestValidationException, NullReferenceException, FormatException, OverflowException, IOException, OperationCanceledException
- Overrides:
Transfer
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ApplicationException
NotSupportedException
HttpException
ConfigurationErrorsException
ConfigurationException
OutOfMemoryException
HttpRequestValidationException
NullReferenceException
FormatException
OverflowException
IOException
OperationCanceledException
-
Transfer
public void Transfer(String path, boolean preserveForm) throws 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
- Overrides:
Transfer
in classHttpServerUtilityBase
- Throws:
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
public void Transfer(IHttpHandler handler, boolean preserveForm) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ApplicationException, HttpException, HttpRequestValidationException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, FormatException, OverflowException, IOException, OperationCanceledException
- Overrides:
Transfer
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ApplicationException
HttpException
HttpRequestValidationException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
FormatException
OverflowException
IOException
OperationCanceledException
-
TransferRequest
public void TransferRequest(String path) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException, HttpException, ArgumentOutOfRangeException, CultureNotFoundException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, ThreadAbortException, HttpRequestValidationException
- Overrides:
TransferRequest
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
NotSupportedException
PlatformNotSupportedException
HttpException
ArgumentOutOfRangeException
CultureNotFoundException
ConfigurationErrorsException
ConfigurationException
OutOfMemoryException
ThreadAbortException
HttpRequestValidationException
-
TransferRequest
public void TransferRequest(String path, boolean preserveForm) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException, HttpException, ArgumentOutOfRangeException, CultureNotFoundException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, ThreadAbortException, HttpRequestValidationException
- Overrides:
TransferRequest
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
NotSupportedException
PlatformNotSupportedException
HttpException
ArgumentOutOfRangeException
CultureNotFoundException
ConfigurationErrorsException
ConfigurationException
OutOfMemoryException
ThreadAbortException
HttpRequestValidationException
-
TransferRequest
public void TransferRequest(String path, boolean preserveForm, String method, NameValueCollection headers) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException, HttpException, ArgumentOutOfRangeException, CultureNotFoundException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, ThreadAbortException, HttpRequestValidationException
- Overrides:
TransferRequest
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
NotSupportedException
PlatformNotSupportedException
HttpException
ArgumentOutOfRangeException
CultureNotFoundException
ConfigurationErrorsException
ConfigurationException
OutOfMemoryException
ThreadAbortException
HttpRequestValidationException
-
TransferRequest
public void TransferRequest(String path, boolean preserveForm, String method, NameValueCollection headers, boolean preserveUser) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, ThreadAbortException, HttpRequestValidationException
- Overrides:
TransferRequest
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
PlatformNotSupportedException
HttpException
ArgumentOutOfRangeException
ConfigurationErrorsException
ConfigurationException
OutOfMemoryException
ThreadAbortException
HttpRequestValidationException
-
UrlDecode
public void UrlDecode(String s, TextWriter output) throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, HttpRequestValidationException, ConfigurationErrorsException, ConfigurationException, NullReferenceException
- Overrides:
UrlDecode
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
NotSupportedException
HttpRequestValidationException
ConfigurationErrorsException
ConfigurationException
NullReferenceException
-
UrlEncode
public void UrlEncode(String s, TextWriter output) throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, ThreadAbortException
- Overrides:
UrlEncode
in classHttpServerUtilityBase
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
NotSupportedException
ThreadAbortException
-
-