Package system.web
Class HttpResponseWrapper
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.HttpResponseBase
-
- system.web.HttpResponseWrapper
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class HttpResponseWrapper extends HttpResponseBase
The base .NET class managing System.Web.HttpResponseWrapper, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpResponseWrapper
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.HttpResponseWrapperstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpResponseWrapper()HttpResponseWrapper(java.lang.Object instance)Internal constructor.HttpResponseWrapper(HttpResponse httpResponse)
-
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 HttpResponseWrappercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoHttpResponseWrapper, a cast assert is made to check if types are compatible.voidClear()voidClearContent()voidClearHeaders()voidClose()voidDisableKernelCache()voidDisableUserCache()voidEnd()voidEndFlush(IAsyncResult asyncResult)voidFlush()TaskFlushAsync()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 TypevoidPics(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)voidRemoveOutputCacheItem(java.lang.String path)voidRemoveOutputCacheItem(java.lang.String path, java.lang.String providerName)voidSetCookie(HttpCookie cookie)voidsetJCOInstance(JCObject instance)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)-
Methods inherited from class system.web.HttpResponseBase
getBuffer, getBufferOutput, getCache, getCacheControl, getCharset, getClientDisconnectedToken, getContentEncoding, getContentType, getCookies, getExpires, getExpiresAbsolute, getFilter, getHeaderEncoding, getHeaders, getHeadersWritten, getIsClientConnected, getIsRequestBeingRedirected, getOutput, getOutputStream, getRedirectLocation, getStatus, getStatusCode, getStatusDescription, getSubStatusCode, getSupportsAsyncFlush, getSuppressContent, getSuppressDefaultCacheControlHeader, getSuppressFormsAuthenticationRedirect, getTrySkipIisCustomErrors, setBuffer, setBufferOutput, setCacheControl, setCharset, setContentEncoding, setContentType, setExpires, setExpiresAbsolute, setFilter, setHeaderEncoding, setOutput, setRedirectLocation, setStatus, setStatusCode, setStatusDescription, setSubStatusCode, setSuppressContent, setSuppressDefaultCacheControlHeader, setSuppressFormsAuthenticationRedirect, setTrySkipIisCustomErrors
-
-
-
-
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.HttpResponseWrapper- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpResponseWrapper
public HttpResponseWrapper(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
HttpResponseWrapper
public HttpResponseWrapper() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
HttpResponseWrapper
public HttpResponseWrapper(HttpResponse httpResponse) 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 classHttpResponseBase- 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 classHttpResponseBase- 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 classHttpResponseBase- 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 classHttpResponseBase- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classHttpResponseBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classHttpResponseBase- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static HttpResponseWrapper cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHttpResponseWrapper, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HttpResponseWrapperinstance- 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, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, NullReferenceException
- Overrides:
BeginFlushin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionNullReferenceException
-
ApplyAppPathModifier
public java.lang.String ApplyAppPathModifier(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ThreadAbortException, HttpRequestValidationException- Overrides:
ApplyAppPathModifierin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionThreadAbortExceptionHttpRequestValidationException
-
FlushAsync
public Task FlushAsync() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, NullReferenceException, OperationCanceledException, FormatException, TaskSchedulerException
- Overrides:
FlushAsyncin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionNullReferenceExceptionOperationCanceledExceptionFormatExceptionTaskSchedulerException
-
AddCacheDependency
public void AddCacheDependency(CacheDependency... dependencies) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
- Overrides:
AddCacheDependencyin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(NetArrayList cacheKeys) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, FormatException
- Overrides:
AddCacheItemDependenciesin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionFormatException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(java.lang.String[] cacheKeys) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException- Overrides:
AddCacheItemDependenciesin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
- Overrides:
AddCacheItemDependenciesin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatException
-
AddCacheItemDependency
public void AddCacheItemDependency(java.lang.String cacheKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException- Overrides:
AddCacheItemDependencyin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatException
-
AddFileDependencies
public void AddFileDependencies(NetArrayList filenames) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, FormatException
- Overrides:
AddFileDependenciesin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionFormatException
-
AddFileDependencies
public void AddFileDependencies(java.lang.String[] filenames) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException- Overrides:
AddFileDependenciesin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatException
-
AddFileDependencies
public void AddFileDependencies(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
- Overrides:
AddFileDependenciesin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatException
-
AddFileDependency
public void AddFileDependency(java.lang.String filename) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException- Overrides:
AddFileDependencyin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatException
-
AddHeader
public void AddHeader(java.lang.String name, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, PlatformNotSupportedException, NotSupportedException, ThreadAbortException- Overrides:
AddHeaderin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionPlatformNotSupportedExceptionNotSupportedExceptionThreadAbortException
-
AppendCookie
public void AppendCookie(HttpCookie cookie) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
- Overrides:
AppendCookiein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationException
-
AppendHeader
public void AppendHeader(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- Overrides:
AppendHeaderin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionPlatformNotSupportedExceptionNotSupportedExceptionThreadAbortException
-
AppendToLog
public void AppendToLog(java.lang.String param) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, NullReferenceException- Overrides:
AppendToLogin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceException
-
BinaryWrite
public void BinaryWrite(byte[] buffer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException- Overrides:
BinaryWritein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpException
-
BinaryWrite
public void BinaryWrite(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException
- Overrides:
BinaryWritein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpException
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, ArgumentOutOfRangeException, HttpRequestValidationException, ConfigurationErrorsException- Overrides:
Clearin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionArgumentOutOfRangeExceptionHttpRequestValidationExceptionConfigurationErrorsException
-
ClearContent
public void ClearContent() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, ArgumentOutOfRangeException, ConfigurationErrorsException- Overrides:
ClearContentin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionArgumentOutOfRangeExceptionConfigurationErrorsException
-
ClearHeaders
public void ClearHeaders() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, NotSupportedException, ConfigurationErrorsException, ConfigurationException, HttpRequestValidationException, PlatformNotSupportedException- Overrides:
ClearHeadersin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionHttpRequestValidationExceptionPlatformNotSupportedException
-
Close
public void Close() throws java.lang.Throwable- Overrides:
Closein classHttpResponseBase- Throws:
java.lang.Throwable
-
DisableKernelCache
public void DisableKernelCache() throws java.lang.Throwable- Overrides:
DisableKernelCachein classHttpResponseBase- Throws:
java.lang.Throwable
-
DisableUserCache
public void DisableUserCache() throws java.lang.Throwable- Overrides:
DisableUserCachein classHttpResponseBase- Throws:
java.lang.Throwable
-
End
public void End() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, NullReferenceException- Overrides:
Endin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionNullReferenceException
-
EndFlush
public void EndFlush(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, ArgumentOutOfRangeException, HttpRequestValidationException, ConfigurationErrorsException, OperationCanceledException, FormatException
- Overrides:
EndFlushin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionArgumentOutOfRangeExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionOperationCanceledExceptionFormatException
-
Flush
public void Flush() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, NullReferenceException- Overrides:
Flushin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionNullReferenceException
-
Pics
public void Pics(java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, PlatformNotSupportedException, NotSupportedException, ThreadAbortException- Overrides:
Picsin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionPlatformNotSupportedExceptionNotSupportedExceptionThreadAbortException
-
PushPromise
public void PushPromise(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, OutOfMemoryException, ThreadAbortException, HttpRequestValidationException, PlatformNotSupportedException, ConfigurationErrorsException, NotSupportedException, ConfigurationException- Overrides:
PushPromisein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationException
-
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, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException, ProviderException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationException, FormatException, OverflowException- Overrides:
PushPromisein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionNotSupportedExceptionConfigurationExceptionFormatExceptionOverflowException
-
Redirect
public void Redirect(java.lang.String url) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, OutOfMemoryException, NotSupportedException, FormatException, OverflowException- Overrides:
Redirectin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowException
-
Redirect
public void Redirect(java.lang.String url, boolean endResponse) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, OutOfMemoryException, NotSupportedException, FormatException, OverflowException- Overrides:
Redirectin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowException
-
RedirectPermanent
public void RedirectPermanent(java.lang.String url) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, OutOfMemoryException, NotSupportedException, FormatException, OverflowException- Overrides:
RedirectPermanentin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowException
-
RedirectPermanent
public void RedirectPermanent(java.lang.String url, boolean endResponse) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, OutOfMemoryException, NotSupportedException, FormatException, OverflowException- Overrides:
RedirectPermanentin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowException
-
RedirectToRoute
public void RedirectToRoute(NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, RankException, NullReferenceException, HttpException, InvalidOperationException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, HttpRequestValidationException, ConfigurationException, FormatException, OverflowException
- Overrides:
RedirectToRoutein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionInvalidOperationExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionHttpRequestValidationExceptionConfigurationExceptionFormatExceptionOverflowException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, CultureNotFoundException, IndexOutOfRangeException, ApplicationException, ConfigurationErrorsException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException, NotSupportedException, FormatException, OverflowException- Overrides:
RedirectToRoutein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionApplicationExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName, NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, RankException, NullReferenceException, HttpException, InvalidOperationException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, ConfigurationException, UriFormatException, OutOfMemoryException, FormatException, OverflowException- Overrides:
RedirectToRoutein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionInvalidOperationExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionFormatExceptionOverflowException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName, RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, CultureNotFoundException, IndexOutOfRangeException, ApplicationException, ConfigurationErrorsException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException, NotSupportedException, FormatException, OverflowException- Overrides:
RedirectToRoutein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionApplicationExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowException
-
RedirectToRoute
public void RedirectToRoute(RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, CultureNotFoundException, IndexOutOfRangeException, ApplicationException, ConfigurationErrorsException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException, NotSupportedException, FormatException, OverflowException
- Overrides:
RedirectToRoutein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionApplicationExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, RankException, NullReferenceException, HttpException, InvalidOperationException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, HttpRequestValidationException, ConfigurationException, FormatException, OverflowException
- Overrides:
RedirectToRoutePermanentin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionInvalidOperationExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionHttpRequestValidationExceptionConfigurationExceptionFormatExceptionOverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, CultureNotFoundException, IndexOutOfRangeException, ApplicationException, ConfigurationErrorsException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException, NotSupportedException, FormatException, OverflowException- Overrides:
RedirectToRoutePermanentin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionApplicationExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName, NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, RankException, NullReferenceException, HttpException, InvalidOperationException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, ConfigurationException, UriFormatException, OutOfMemoryException, FormatException, OverflowException- Overrides:
RedirectToRoutePermanentin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionInvalidOperationExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionFormatExceptionOverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName, RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, CultureNotFoundException, IndexOutOfRangeException, ApplicationException, ConfigurationErrorsException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException, NotSupportedException, FormatException, OverflowException- Overrides:
RedirectToRoutePermanentin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionApplicationExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, CultureNotFoundException, IndexOutOfRangeException, ApplicationException, ConfigurationErrorsException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException, NotSupportedException, FormatException, OverflowException
- Overrides:
RedirectToRoutePermanentin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionApplicationExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowException
-
RemoveOutputCacheItem
public void RemoveOutputCacheItem(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, RankException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException, ConfigurationException, ProviderException- Overrides:
RemoveOutputCacheItemin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionRankExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionConfigurationExceptionProviderException
-
RemoveOutputCacheItem
public void RemoveOutputCacheItem(java.lang.String path, java.lang.String providerName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException, NullReferenceException, ConfigurationErrorsException, NotSupportedException, RankException, ProviderException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException- Overrides:
RemoveOutputCacheItemin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionNullReferenceExceptionConfigurationErrorsExceptionNotSupportedExceptionRankExceptionProviderExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryException
-
SetCookie
public void SetCookie(HttpCookie cookie) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, NullReferenceException
- Overrides:
SetCookiein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionNullReferenceException
-
TransmitFile
public void TransmitFile(java.lang.String filename) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, HttpRequestValidationException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, NullReferenceException, SecurityException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, PlatformNotSupportedException, OverflowException- Overrides:
TransmitFilein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionHttpRequestValidationExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowException
-
TransmitFile
public void TransmitFile(java.lang.String filename, long offset, long length) 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- Overrides:
TransmitFilein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionIndexOutOfRangeExceptionHttpRequestValidationExceptionPathTooLongExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowException
-
Write
public void Write(char ch) throws java.lang.Throwable- Overrides:
Writein classHttpResponseBase- Throws:
java.lang.Throwable
-
Write
public void Write(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
Writein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Writein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(NetObject obj) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException
- Overrides:
Writein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeException
-
Write
public void Write(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
Writein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteFile
public void WriteFile(java.lang.String filename) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpRequestValidationException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, NullReferenceException, SecurityException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, PlatformNotSupportedException, OverflowException- Overrides:
WriteFilein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpRequestValidationExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowException
-
WriteFile
public void WriteFile(java.lang.String filename, boolean readIntoMemory) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, HttpRequestValidationException, PathTooLongException, NotSupportedException, NullReferenceException, SecurityException, IOException, ConfigurationErrorsException, ConfigurationException, PlatformNotSupportedException, OverflowException- Overrides:
WriteFilein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionHttpRequestValidationExceptionPathTooLongExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionConfigurationErrorsExceptionConfigurationExceptionPlatformNotSupportedExceptionOverflowException
-
WriteFile
public void WriteFile(java.lang.String filename, long offset, long size) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, HttpRequestValidationException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, NullReferenceException, SecurityException, ConfigurationErrorsException, ConfigurationException, PlatformNotSupportedException, OverflowException- Overrides:
WriteFilein classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionHttpRequestValidationExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionConfigurationErrorsExceptionConfigurationExceptionPlatformNotSupportedExceptionOverflowException
-
WriteSubstitution
public void WriteSubstitution(HttpResponseSubstitutionCallback callback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, OutOfMemoryException, PlatformNotSupportedException, OverflowException, NullReferenceException
- Overrides:
WriteSubstitutionin classHttpResponseBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowExceptionNullReferenceException
-
-