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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.HttpServerUtilityWrapperstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpServerUtilityWrapper()HttpServerUtilityWrapper(java.lang.Object instance)Internal constructor.HttpServerUtilityWrapper(HttpServerUtility httpServerUtility)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpServerUtilityWrappercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoHttpServerUtilityWrapper, a cast assert is made to check if types are compatible.voidClearError()NetObjectCreateObject(java.lang.String progID)NetObjectCreateObject(NetType type)NetObjectCreateObjectFromClsid(java.lang.String clsid)voidExecute(java.lang.String path)voidExecute(java.lang.String path, boolean preserveForm)voidExecute(java.lang.String path, TextWriter writer)voidExecute(java.lang.String path, TextWriter writer, boolean preserveForm)voidExecute(IHttpHandler handler, TextWriter writer, boolean preserveForm)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeNetExceptionGetLastError()java.lang.StringHtmlDecode(java.lang.String s)voidHtmlDecode(java.lang.String s, TextWriter output)java.lang.StringHtmlEncode(java.lang.String s)voidHtmlEncode(java.lang.String s, TextWriter output)java.lang.StringMapPath(java.lang.String path)voidsetJCOInstance(JCObject instance)voidTransfer(java.lang.String path)voidTransfer(java.lang.String path, boolean preserveForm)voidTransfer(IHttpHandler handler, boolean preserveForm)voidTransferRequest(java.lang.String path)voidTransferRequest(java.lang.String path, boolean preserveForm)voidTransferRequest(java.lang.String path, boolean preserveForm, java.lang.String method, NameValueCollection headers)voidTransferRequest(java.lang.String path, boolean preserveForm, java.lang.String method, NameValueCollection headers, boolean preserveUser)java.lang.StringUrlDecode(java.lang.String s)voidUrlDecode(java.lang.String s, TextWriter output)java.lang.StringUrlEncode(java.lang.String s)voidUrlEncode(java.lang.String s, TextWriter output)java.lang.StringUrlPathEncode(java.lang.String s)byte[]UrlTokenDecode(java.lang.String input)java.lang.StringUrlTokenEncode(byte[] input)java.lang.StringUrlTokenEncode(JCORefOut dupParam0)-
Methods inherited from class system.web.HttpServerUtilityBase
getMachineName, getScriptTimeout, setScriptTimeout
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.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 java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.HttpServerUtilityWrapper- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpServerUtilityWrapper
public HttpServerUtilityWrapper(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
HttpServerUtilityWrapper
public HttpServerUtilityWrapper() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
HttpServerUtilityWrapper
public HttpServerUtilityWrapper(HttpServerUtility httpServerUtility) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classHttpServerUtilityBase- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classHttpServerUtilityBase- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classHttpServerUtilityBase- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classHttpServerUtilityBase- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classHttpServerUtilityBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classHttpServerUtilityBase- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static HttpServerUtilityWrapper cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHttpServerUtilityWrapper, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HttpServerUtilityWrapperinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
UrlTokenDecode
public byte[] UrlTokenDecode(java.lang.String input) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException- Overrides:
UrlTokenDecodein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionThreadAbortExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatException
-
GetLastError
public NetException GetLastError() throws java.lang.Throwable, ArgumentOutOfRangeException
- Overrides:
GetLastErrorin classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
CreateObject
public 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
- Overrides:
CreateObjectin classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionHttpExceptionConfigurationExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionMemberAccessExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
CreateObject
public 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
- Overrides:
CreateObjectin classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionMemberAccessExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
CreateObjectFromClsid
public 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
- Overrides:
CreateObjectFromClsidin classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionArgumentOutOfRangeExceptionHttpExceptionConfigurationExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionMemberAccessExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
HtmlDecode
public java.lang.String HtmlDecode(java.lang.String s) throws java.lang.Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException- Overrides:
HtmlDecodein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeException
-
HtmlEncode
public java.lang.String HtmlEncode(java.lang.String s) throws java.lang.Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException- Overrides:
HtmlEncodein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeException
-
MapPath
public 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- Overrides:
MapPathin classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionIndexOutOfRangeExceptionHttpRequestValidationException
-
UrlDecode
public 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- Overrides:
UrlDecodein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionFormatExceptionNullReferenceException
-
UrlEncode
public 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- Overrides:
UrlEncodein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionThreadAbortException
-
UrlPathEncode
public java.lang.String UrlPathEncode(java.lang.String s) throws java.lang.Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, IndexOutOfRangeException, UriFormatException- Overrides:
UrlPathEncodein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionUriFormatException
-
UrlTokenEncode
public java.lang.String UrlTokenEncode(byte[] input) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException- Overrides:
UrlTokenEncodein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionThreadAbortExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionOutOfMemoryException
-
UrlTokenEncode
public java.lang.String UrlTokenEncode(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException
- Overrides:
UrlTokenEncodein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionThreadAbortExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionOutOfMemoryException
-
ClearError
public void ClearError() throws java.lang.Throwable- Overrides:
ClearErrorin classHttpServerUtilityBase- Throws:
java.lang.Throwable
-
Execute
public 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- Overrides:
Executein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionHttpRequestValidationExceptionSecurityExceptionTargetParameterCountExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexException
-
Execute
public 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- Overrides:
Executein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionHttpRequestValidationExceptionSecurityExceptionTargetParameterCountExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexException
-
Execute
public 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- Overrides:
Executein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionHttpRequestValidationExceptionSecurityExceptionTargetParameterCountExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexException
-
Execute
public 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- Overrides:
Executein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionEventSourceExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionAbandonedMutexException
-
Execute
public 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
- Overrides:
Executein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionHttpRequestValidationExceptionNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionNullReferenceExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexException
-
HtmlDecode
public void HtmlDecode(java.lang.String s, TextWriter output) throws java.lang.Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException- Overrides:
HtmlDecodein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeException
-
HtmlEncode
public void HtmlEncode(java.lang.String s, TextWriter output) throws java.lang.Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException- Overrides:
HtmlEncodein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeException
-
Transfer
public 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- Overrides:
Transferin classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionApplicationExceptionNotSupportedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionHttpRequestValidationExceptionNullReferenceExceptionFormatExceptionOverflowExceptionIOExceptionOperationCanceledException
-
Transfer
public 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- Overrides:
Transferin classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionApplicationExceptionNotSupportedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionHttpRequestValidationExceptionSecurityExceptionTargetParameterCountExceptionFormatExceptionOverflowExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexException
-
Transfer
public 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
- Overrides:
Transferin classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionApplicationExceptionHttpExceptionHttpRequestValidationExceptionNotSupportedExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionOverflowExceptionIOExceptionOperationCanceledException
-
TransferRequest
public 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- Overrides:
TransferRequestin classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationException
-
TransferRequest
public 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- Overrides:
TransferRequestin classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationException
-
TransferRequest
public 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- Overrides:
TransferRequestin classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationException
-
TransferRequest
public 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- Overrides:
TransferRequestin classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationException
-
UrlDecode
public 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- Overrides:
UrlDecodein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionNullReferenceException
-
UrlEncode
public void UrlEncode(java.lang.String s, TextWriter output) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, ThreadAbortException- Overrides:
UrlEncodein classHttpServerUtilityBase- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionThreadAbortException
-
-