Package system.web
Class HttpResponse
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.HttpResponse
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class HttpResponse extends NetObject
The base .NET class managing System.Web.HttpResponse, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpResponse
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.HttpResponsestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpResponse()HttpResponse(java.lang.Object instance)Internal constructor.HttpResponse(TextWriter writer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddCacheDependency(CacheDependency... dependencies)voidAddCacheItemDependencies(java.lang.String[] cacheKeys)voidAddCacheItemDependencies(JCORefOut dupParam0)voidAddCacheItemDependencies(NetArrayList cacheKeys)voidAddCacheItemDependency(java.lang.String cacheKey)voidAddFileDependencies(java.lang.String[] filenames)voidAddFileDependencies(JCORefOut dupParam0)voidAddFileDependencies(NetArrayList filenames)voidAddFileDependency(java.lang.String filename)voidAddHeader(java.lang.String name, java.lang.String value)voidAppendCookie(HttpCookie cookie)voidAppendHeader(java.lang.String name, java.lang.String value)voidAppendToLog(java.lang.String param)java.lang.StringApplyAppPathModifier(java.lang.String virtualPath)IAsyncResultBeginFlush(AsyncCallback callback, NetObject state)voidBinaryWrite(byte[] buffer)voidBinaryWrite(JCORefOut dupParam0)static HttpResponsecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoHttpResponse, a cast assert is made to check if types are compatible.voidClear()voidClearContent()voidClearHeaders()voidClose()voidDisableKernelCache()voidDisableUserCache()voidEnd()voidEndFlush(IAsyncResult asyncResult)voidFlush()TaskFlushAsync()booleangetBuffer()booleangetBufferOutput()HttpCachePolicygetCache()java.lang.StringgetCacheControl()java.lang.StringgetCharset()CancellationTokengetClientDisconnectedToken()EncodinggetContentEncoding()java.lang.StringgetContentType()HttpCookieCollectiongetCookies()intgetExpires()DateTimegetExpiresAbsolute()StreamgetFilter()EncodinggetHeaderEncoding()NameValueCollectiongetHeaders()booleangetHeadersWritten()booleangetIsClientConnected()booleangetIsRequestBeingRedirected()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 TypeTextWritergetOutput()StreamgetOutputStream()java.lang.StringgetRedirectLocation()java.lang.StringgetStatus()intgetStatusCode()java.lang.StringgetStatusDescription()intgetSubStatusCode()booleangetSupportsAsyncFlush()booleangetSuppressContent()booleangetSuppressDefaultCacheControlHeader()booleangetSuppressFormsAuthenticationRedirect()booleangetTrySkipIisCustomErrors()voidPics(java.lang.String value)voidPushPromise(java.lang.String path)voidPushPromise(java.lang.String path, java.lang.String method, NameValueCollection headers)voidRedirect(java.lang.String url)voidRedirect(java.lang.String url, boolean endResponse)voidRedirectPermanent(java.lang.String url)voidRedirectPermanent(java.lang.String url, boolean endResponse)voidRedirectToRoute(java.lang.String routeName)voidRedirectToRoute(java.lang.String routeName, NetObject routeValues)voidRedirectToRoute(java.lang.String routeName, RouteValueDictionary routeValues)voidRedirectToRoute(NetObject routeValues)voidRedirectToRoute(RouteValueDictionary routeValues)voidRedirectToRoutePermanent(java.lang.String routeName)voidRedirectToRoutePermanent(java.lang.String routeName, NetObject routeValues)voidRedirectToRoutePermanent(java.lang.String routeName, RouteValueDictionary routeValues)voidRedirectToRoutePermanent(NetObject routeValues)voidRedirectToRoutePermanent(RouteValueDictionary routeValues)static voidRemoveOutputCacheItem(java.lang.String path)static voidRemoveOutputCacheItem(java.lang.String path, java.lang.String providerName)voidsetBuffer(boolean Buffer)voidsetBufferOutput(boolean BufferOutput)voidsetCacheControl(java.lang.String CacheControl)voidsetCharset(java.lang.String Charset)voidsetContentEncoding(Encoding ContentEncoding)voidsetContentType(java.lang.String ContentType)voidSetCookie(HttpCookie cookie)voidsetExpires(int Expires)voidsetExpiresAbsolute(DateTime ExpiresAbsolute)voidsetFilter(Stream Filter)voidsetHeaderEncoding(Encoding HeaderEncoding)voidsetHeadersWritten(boolean HeadersWritten)voidsetIsRequestBeingRedirected(boolean IsRequestBeingRedirected)voidsetJCOInstance(JCObject instance)voidsetOutput(TextWriter Output)voidsetRedirectLocation(java.lang.String RedirectLocation)voidsetStatus(java.lang.String Status)voidsetStatusCode(int StatusCode)voidsetStatusDescription(java.lang.String StatusDescription)voidsetSubStatusCode(int SubStatusCode)voidsetSuppressContent(boolean SuppressContent)voidsetSuppressDefaultCacheControlHeader(boolean SuppressDefaultCacheControlHeader)voidsetSuppressFormsAuthenticationRedirect(boolean SuppressFormsAuthenticationRedirect)voidsetTrySkipIisCustomErrors(boolean TrySkipIisCustomErrors)voidTransmitFile(java.lang.String filename)voidTransmitFile(java.lang.String filename, long offset, long length)voidWrite(char ch)voidWrite(char[] buffer, int index, int count)voidWrite(java.lang.String s)voidWrite(JCORefOut dupParam0, int dupParam1, int dupParam2)voidWrite(NetObject obj)voidWriteFile(java.lang.String filename)voidWriteFile(java.lang.String filename, boolean readIntoMemory)voidWriteFile(java.lang.String filename, long offset, long size)voidWriteSubstitution(HttpResponseSubstitutionCallback callback)
-
-
-
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.HttpResponse- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpResponse
public HttpResponse(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
HttpResponse
public HttpResponse() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
HttpResponse
public HttpResponse(TextWriter writer) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- 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 classNetObject- 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 classNetObject- 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 classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static HttpResponse cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHttpResponse, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HttpResponseinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
BeginFlush
public IAsyncResult BeginFlush(AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, FormatException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionFormatExceptionOverflowException
-
ApplyAppPathModifier
public java.lang.String ApplyAppPathModifier(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationException
-
FlushAsync
public Task FlushAsync() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, NullReferenceException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionNullReferenceExceptionOperationCanceledExceptionAbandonedMutexExceptionTaskSchedulerException
-
AddCacheDependency
public void AddCacheDependency(CacheDependency... dependencies) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(NetArrayList cacheKeys) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionFormatException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(java.lang.String[] cacheKeys) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatException
-
AddCacheItemDependency
public void AddCacheItemDependency(java.lang.String cacheKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException
-
AddFileDependencies
public void AddFileDependencies(NetArrayList filenames) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionFormatException
-
AddFileDependencies
public void AddFileDependencies(java.lang.String[] filenames) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatException
-
AddFileDependencies
public void AddFileDependencies(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatException
-
AddFileDependency
public void AddFileDependency(java.lang.String filename) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException
-
AddHeader
public void AddHeader(java.lang.String name, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, PlatformNotSupportedException, NotSupportedException, ThreadAbortException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionPlatformNotSupportedExceptionNotSupportedExceptionThreadAbortException
-
AppendCookie
public void AppendCookie(HttpCookie cookie) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationException
-
AppendHeader
public void AppendHeader(java.lang.String name, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, PlatformNotSupportedException, ThreadAbortException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionPlatformNotSupportedExceptionThreadAbortException
-
AppendToLog
public void AppendToLog(java.lang.String param) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, NotSupportedException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceException
-
BinaryWrite
public void BinaryWrite(byte[] buffer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
-
BinaryWrite
public void BinaryWrite(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, HttpRequestValidationException, ConfigurationErrorsException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationException
-
ClearContent
public void ClearContent() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, ArgumentOutOfRangeException, HttpRequestValidationException, ConfigurationErrorsException
-
ClearHeaders
public void ClearHeaders() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, OverflowException, HttpRequestValidationException, TargetParameterCountException, PlatformNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionOverflowExceptionHttpRequestValidationExceptionTargetParameterCountExceptionPlatformNotSupportedException
-
Close
public void Close() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
DisableKernelCache
public void DisableKernelCache() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
DisableUserCache
public void DisableUserCache() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
End
public void End() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionNullReferenceException
-
EndFlush
public void EndFlush(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, HttpRequestValidationException, ConfigurationErrorsException, ConfigurationException, OperationCanceledException, NullReferenceException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionOperationCanceledExceptionNullReferenceExceptionFormatException
-
Flush
public void Flush() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, FormatException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionFormatExceptionOverflowException
-
Pics
public void Pics(java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, PlatformNotSupportedException, NotSupportedException, ThreadAbortException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionPlatformNotSupportedExceptionNotSupportedExceptionThreadAbortException
-
PushPromise
public void PushPromise(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException, ProviderException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationException, FormatException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionNotSupportedExceptionConfigurationExceptionFormatExceptionOverflowException
-
PushPromise
public void PushPromise(java.lang.String path, java.lang.String method, NameValueCollection headers) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException, ProviderException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException, PlatformNotSupportedException, IndexOutOfRangeException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionOverflowException
-
Redirect
public void Redirect(java.lang.String url) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ApplicationException, ConfigurationErrorsException, ProviderException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, NotSupportedException, ThreadAbortException, FormatException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionThreadAbortExceptionFormatExceptionOverflowException
-
Redirect
public void Redirect(java.lang.String url, boolean endResponse) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ApplicationException, ConfigurationErrorsException, ProviderException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, NotSupportedException, ThreadAbortException, FormatException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionThreadAbortExceptionFormatExceptionOverflowException
-
RedirectPermanent
public void RedirectPermanent(java.lang.String url) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ApplicationException, ConfigurationErrorsException, ProviderException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, NotSupportedException, ThreadAbortException, FormatException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionThreadAbortExceptionFormatExceptionOverflowException
-
RedirectPermanent
public void RedirectPermanent(java.lang.String url, boolean endResponse) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ApplicationException, ConfigurationErrorsException, ProviderException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, NotSupportedException, ThreadAbortException, FormatException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionThreadAbortExceptionFormatExceptionOverflowException
-
RedirectToRoute
public void RedirectToRoute(NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, RankException, NullReferenceException, HttpException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, ConfigurationException, UriFormatException, OutOfMemoryException, FormatException, OverflowException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionFormatExceptionOverflowException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, OutOfMemoryException, FormatException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, NotSupportedException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionOutOfMemoryExceptionFormatExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionNotSupportedExceptionOverflowException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName, NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, RankException, NullReferenceException, HttpException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, MissingMethodException, TargetInvocationException, ProviderException, HttpRequestValidationException, UriFormatException, OutOfMemoryException, FormatException, OverflowException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionFormatExceptionOverflowException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName, RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, OutOfMemoryException, FormatException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, NotSupportedException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionOutOfMemoryExceptionFormatExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionNotSupportedExceptionOverflowException
-
RedirectToRoute
public void RedirectToRoute(RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, OutOfMemoryException, FormatException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, NotSupportedException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionOutOfMemoryExceptionFormatExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionNotSupportedExceptionOverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, RankException, NullReferenceException, HttpException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, ConfigurationException, UriFormatException, OutOfMemoryException, FormatException, OverflowException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionFormatExceptionOverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, OutOfMemoryException, FormatException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, NotSupportedException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionOutOfMemoryExceptionFormatExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionNotSupportedExceptionOverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName, NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, RankException, NullReferenceException, HttpException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, MissingMethodException, TargetInvocationException, ProviderException, HttpRequestValidationException, UriFormatException, OutOfMemoryException, FormatException, OverflowException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionFormatExceptionOverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName, RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, OutOfMemoryException, FormatException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, NotSupportedException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionOutOfMemoryExceptionFormatExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionNotSupportedExceptionOverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, OutOfMemoryException, FormatException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, NotSupportedException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionOutOfMemoryExceptionFormatExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionNotSupportedExceptionOverflowException
-
RemoveOutputCacheItem
public static void RemoveOutputCacheItem(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException, NullReferenceException, ConfigurationErrorsException, NotSupportedException, RankException, ProviderException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionNullReferenceExceptionConfigurationErrorsExceptionNotSupportedExceptionRankExceptionProviderExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryException
-
RemoveOutputCacheItem
public static void RemoveOutputCacheItem(java.lang.String path, java.lang.String providerName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException, ConfigurationErrorsException, NullReferenceException, ConfigurationException, OverflowException, RankException, ProviderException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionOverflowExceptionRankExceptionProviderExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryException
-
SetCookie
public void SetCookie(HttpCookie cookie) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, HttpRequestValidationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionHttpRequestValidationException
-
TransmitFile
public void TransmitFile(java.lang.String filename) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, IndexOutOfRangeException, HttpRequestValidationException, PathTooLongException, NotSupportedException, NullReferenceException, SecurityException, IOException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, PlatformNotSupportedException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionIndexOutOfRangeExceptionHttpRequestValidationExceptionPathTooLongExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowException
-
TransmitFile
public void TransmitFile(java.lang.String filename, long offset, long length) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, FormatException, HttpRequestValidationException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, SecurityException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, PlatformNotSupportedException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionFormatExceptionHttpRequestValidationExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionSecurityExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowException
-
Write
public void Write(char ch) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Write
public void Write(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(NetObject obj) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException
-
Write
public void Write(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteFile
public void WriteFile(java.lang.String filename) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, HttpRequestValidationException, PathTooLongException, NotSupportedException, NullReferenceException, SecurityException, IOException, ConfigurationErrorsException, ConfigurationException, PlatformNotSupportedException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionHttpRequestValidationExceptionPathTooLongExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionConfigurationErrorsExceptionConfigurationExceptionPlatformNotSupportedExceptionOverflowException
-
WriteFile
public void WriteFile(java.lang.String filename, boolean readIntoMemory) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, FormatException, HttpRequestValidationException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, NullReferenceException, SecurityException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, PlatformNotSupportedException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionFormatExceptionHttpRequestValidationExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowException
-
WriteFile
public void WriteFile(java.lang.String filename, long offset, long size) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, FormatException, HttpRequestValidationException, PathTooLongException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, SecurityException, IOException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, PlatformNotSupportedException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionFormatExceptionHttpRequestValidationExceptionPathTooLongExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowException
-
WriteSubstitution
public void WriteSubstitution(HttpResponseSubstitutionCallback callback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, HttpRequestValidationException, PlatformNotSupportedException, OverflowException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionOverflowExceptionNullReferenceException
-
getBuffer
public boolean getBuffer() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setBuffer
public void setBuffer(boolean Buffer) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getBufferOutput
public boolean getBufferOutput() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setBufferOutput
public void setBufferOutput(boolean BufferOutput) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getHeadersWritten
public boolean getHeadersWritten() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setHeadersWritten
public void setHeadersWritten(boolean HeadersWritten) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsClientConnected
public boolean getIsClientConnected() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsRequestBeingRedirected
public boolean getIsRequestBeingRedirected() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIsRequestBeingRedirected
public void setIsRequestBeingRedirected(boolean IsRequestBeingRedirected) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSupportsAsyncFlush
public boolean getSupportsAsyncFlush() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSuppressContent
public boolean getSuppressContent() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSuppressContent
public void setSuppressContent(boolean SuppressContent) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSuppressDefaultCacheControlHeader
public boolean getSuppressDefaultCacheControlHeader() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSuppressDefaultCacheControlHeader
public void setSuppressDefaultCacheControlHeader(boolean SuppressDefaultCacheControlHeader) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSuppressFormsAuthenticationRedirect
public boolean getSuppressFormsAuthenticationRedirect() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSuppressFormsAuthenticationRedirect
public void setSuppressFormsAuthenticationRedirect(boolean SuppressFormsAuthenticationRedirect) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTrySkipIisCustomErrors
public boolean getTrySkipIisCustomErrors() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTrySkipIisCustomErrors
public void setTrySkipIisCustomErrors(boolean TrySkipIisCustomErrors) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getExpires
public int getExpires() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setExpires
public void setExpires(int Expires) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, OverflowException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionOverflowExceptionArgumentNullException
-
getStatusCode
public int getStatusCode() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setStatusCode
public void setStatusCode(int StatusCode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpException
-
getSubStatusCode
public int getSubStatusCode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedException
-
setSubStatusCode
public void setSubStatusCode(int SubStatusCode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, HttpException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionHttpException
-
getHeaders
public NameValueCollection getHeaders() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedException
-
getExpiresAbsolute
public DateTime getExpiresAbsolute() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setExpiresAbsolute
public void setExpiresAbsolute(DateTime ExpiresAbsolute) throws java.lang.Throwable, ArgumentException, ArgumentNullException, OverflowException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionOverflowExceptionArgumentOutOfRangeException
-
getFilter
public Stream getFilter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFilter
public void setFilter(Stream Filter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
-
getOutputStream
public Stream getOutputStream() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpException
-
getOutput
public TextWriter getOutput() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOutput
public void setOutput(TextWriter Output) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCacheControl
public java.lang.String getCacheControl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCacheControl
public void setCacheControl(java.lang.String CacheControl) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, FormatException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionFormatException
-
getCharset
public java.lang.String getCharset() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException
-
setCharset
public void setCharset(java.lang.String Charset) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpException
-
getContentType
public java.lang.String getContentType() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setContentType
public void setContentType(java.lang.String ContentType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpException
-
getRedirectLocation
public java.lang.String getRedirectLocation() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setRedirectLocation
public void setRedirectLocation(java.lang.String RedirectLocation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpException
-
getStatus
public java.lang.String getStatus() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setStatus
public void setStatus(java.lang.String Status) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, OutOfMemoryException, FormatException, OverflowException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, HttpException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionHttpException
-
getStatusDescription
public java.lang.String getStatusDescription() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setStatusDescription
public void setStatusDescription(java.lang.String StatusDescription) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpException
-
getContentEncoding
public Encoding getContentEncoding() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException
-
setContentEncoding
public void setContentEncoding(Encoding ContentEncoding) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, MissingMethodException, TargetInvocationException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionConfigurationException
-
getHeaderEncoding
public Encoding getHeaderEncoding() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, ArgumentOutOfRangeException
-
setHeaderEncoding
public void setHeaderEncoding(Encoding HeaderEncoding) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, ArgumentException, FormatException, InvalidOperationException, NotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, HttpException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionFormatExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpException
-
getClientDisconnectedToken
public CancellationToken getClientDisconnectedToken() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AggregateException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAggregateExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPlatformNotSupportedException
-
getCache
public HttpCachePolicy getCache() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCookies
public HttpCookieCollection getCookies() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentException
-
-