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.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.HttpResponseWrapperstatic JCType
classType
The 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 void
AddCacheDependency(CacheDependency... dependencies)
void
AddCacheItemDependencies(java.lang.String[] cacheKeys)
void
AddCacheItemDependencies(JCORefOut dupParam0)
void
AddCacheItemDependencies(NetArrayList cacheKeys)
void
AddCacheItemDependency(java.lang.String cacheKey)
void
AddFileDependencies(java.lang.String[] filenames)
void
AddFileDependencies(JCORefOut dupParam0)
void
AddFileDependencies(NetArrayList filenames)
void
AddFileDependency(java.lang.String filename)
void
AddHeader(java.lang.String name, java.lang.String value)
void
AppendCookie(HttpCookie cookie)
void
AppendHeader(java.lang.String name, java.lang.String value)
void
AppendToLog(java.lang.String param)
java.lang.String
ApplyAppPathModifier(java.lang.String virtualPath)
IAsyncResult
BeginFlush(AsyncCallback callback, NetObject state)
void
BinaryWrite(byte[] buffer)
void
BinaryWrite(JCORefOut dupParam0)
static HttpResponseWrapper
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoHttpResponseWrapper
, a cast assert is made to check if types are compatible.void
Clear()
void
ClearContent()
void
ClearHeaders()
void
Close()
void
DisableKernelCache()
void
DisableUserCache()
void
End()
void
EndFlush(IAsyncResult asyncResult)
void
Flush()
Task
FlushAsync()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typevoid
Pics(java.lang.String value)
void
PushPromise(java.lang.String path)
void
PushPromise(java.lang.String path, java.lang.String method, NameValueCollection headers)
void
Redirect(java.lang.String url)
void
Redirect(java.lang.String url, boolean endResponse)
void
RedirectPermanent(java.lang.String url)
void
RedirectPermanent(java.lang.String url, boolean endResponse)
void
RedirectToRoute(java.lang.String routeName)
void
RedirectToRoute(java.lang.String routeName, NetObject routeValues)
void
RedirectToRoute(java.lang.String routeName, RouteValueDictionary routeValues)
void
RedirectToRoute(NetObject routeValues)
void
RedirectToRoute(RouteValueDictionary routeValues)
void
RedirectToRoutePermanent(java.lang.String routeName)
void
RedirectToRoutePermanent(java.lang.String routeName, NetObject routeValues)
void
RedirectToRoutePermanent(java.lang.String routeName, RouteValueDictionary routeValues)
void
RedirectToRoutePermanent(NetObject routeValues)
void
RedirectToRoutePermanent(RouteValueDictionary routeValues)
void
RemoveOutputCacheItem(java.lang.String path)
void
RemoveOutputCacheItem(java.lang.String path, java.lang.String providerName)
void
SetCookie(HttpCookie cookie)
void
setJCOInstance(JCObject instance)
void
TransmitFile(java.lang.String filename)
void
TransmitFile(java.lang.String filename, long offset, long length)
void
Write(char ch)
void
Write(char[] buffer, int index, int count)
void
Write(java.lang.String s)
void
Write(JCORefOut dupParam0, int dupParam1, int dupParam2)
void
Write(NetObject obj)
void
WriteFile(java.lang.String filename)
void
WriteFile(java.lang.String filename, boolean readIntoMemory)
void
WriteFile(java.lang.String filename, long offset, long size)
void
WriteSubstitution(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.Throwable
Internal 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.Throwable
ArgumentNullException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classHttpResponseBase
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classHttpResponseBase
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classHttpResponseBase
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classHttpResponseBase
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classHttpResponseBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classHttpResponseBase
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static HttpResponseWrapper cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoHttpResponseWrapper
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HttpResponseWrapper
instance- 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:
BeginFlush
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
PlatformNotSupportedException
OutOfMemoryException
OverflowException
NullReferenceException
-
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:
ApplyAppPathModifier
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ThreadAbortException
HttpRequestValidationException
-
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:
FlushAsync
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
PlatformNotSupportedException
OutOfMemoryException
OverflowException
NullReferenceException
OperationCanceledException
FormatException
TaskSchedulerException
-
AddCacheDependency
public void AddCacheDependency(CacheDependency... dependencies) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
- Overrides:
AddCacheDependency
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(NetArrayList cacheKeys) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, FormatException
- Overrides:
AddCacheItemDependencies
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
FormatException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(java.lang.String[] cacheKeys) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
- Overrides:
AddCacheItemDependencies
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
- Overrides:
AddCacheItemDependencies
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
-
AddCacheItemDependency
public void AddCacheItemDependency(java.lang.String cacheKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException
- Overrides:
AddCacheItemDependency
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
-
AddFileDependencies
public void AddFileDependencies(NetArrayList filenames) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, FormatException
- Overrides:
AddFileDependencies
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
FormatException
-
AddFileDependencies
public void AddFileDependencies(java.lang.String[] filenames) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
- Overrides:
AddFileDependencies
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
-
AddFileDependencies
public void AddFileDependencies(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
- Overrides:
AddFileDependencies
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
-
AddFileDependency
public void AddFileDependency(java.lang.String filename) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException
- Overrides:
AddFileDependency
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
-
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:
AddHeader
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
PlatformNotSupportedException
NotSupportedException
ThreadAbortException
-
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:
AppendCookie
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
-
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:
AppendHeader
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
PlatformNotSupportedException
NotSupportedException
ThreadAbortException
-
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:
AppendToLog
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
NotSupportedException
NullReferenceException
-
BinaryWrite
public void BinaryWrite(byte[] buffer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException
- Overrides:
BinaryWrite
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
-
BinaryWrite
public void BinaryWrite(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException
- Overrides:
BinaryWrite
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, ArgumentOutOfRangeException, HttpRequestValidationException, ConfigurationErrorsException
- Overrides:
Clear
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
NotSupportedException
ArgumentOutOfRangeException
HttpRequestValidationException
ConfigurationErrorsException
-
ClearContent
public void ClearContent() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, ArgumentOutOfRangeException, ConfigurationErrorsException
- Overrides:
ClearContent
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
HttpException
NotSupportedException
ArgumentOutOfRangeException
ConfigurationErrorsException
-
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:
ClearHeaders
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
NotSupportedException
ConfigurationErrorsException
ConfigurationException
HttpRequestValidationException
PlatformNotSupportedException
-
Close
public void Close() throws java.lang.Throwable
- Overrides:
Close
in classHttpResponseBase
- Throws:
java.lang.Throwable
-
DisableKernelCache
public void DisableKernelCache() throws java.lang.Throwable
- Overrides:
DisableKernelCache
in classHttpResponseBase
- Throws:
java.lang.Throwable
-
DisableUserCache
public void DisableUserCache() throws java.lang.Throwable
- Overrides:
DisableUserCache
in 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:
End
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
PlatformNotSupportedException
OutOfMemoryException
OverflowException
NullReferenceException
-
EndFlush
public void EndFlush(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, ArgumentOutOfRangeException, HttpRequestValidationException, ConfigurationErrorsException, OperationCanceledException, FormatException
- Overrides:
EndFlush
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
NotSupportedException
ArgumentOutOfRangeException
HttpRequestValidationException
ConfigurationErrorsException
OperationCanceledException
FormatException
-
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:
Flush
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
PlatformNotSupportedException
OutOfMemoryException
OverflowException
NullReferenceException
-
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:
Pics
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
PlatformNotSupportedException
NotSupportedException
ThreadAbortException
-
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:
PushPromise
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
OutOfMemoryException
ThreadAbortException
HttpRequestValidationException
PlatformNotSupportedException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
-
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:
PushPromise
in classHttpResponseBase
- 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
-
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:
Redirect
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ApplicationException
ConfigurationErrorsException
ProviderException
NullReferenceException
HttpRequestValidationException
UriFormatException
OutOfMemoryException
NotSupportedException
FormatException
OverflowException
-
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:
Redirect
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ApplicationException
ConfigurationErrorsException
ProviderException
NullReferenceException
HttpRequestValidationException
UriFormatException
OutOfMemoryException
NotSupportedException
FormatException
OverflowException
-
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:
RedirectPermanent
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ApplicationException
ConfigurationErrorsException
ProviderException
NullReferenceException
HttpRequestValidationException
UriFormatException
OutOfMemoryException
NotSupportedException
FormatException
OverflowException
-
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:
RedirectPermanent
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ApplicationException
ConfigurationErrorsException
ProviderException
NullReferenceException
HttpRequestValidationException
UriFormatException
OutOfMemoryException
NotSupportedException
FormatException
OverflowException
-
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:
RedirectToRoute
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotSupportedException
RankException
NullReferenceException
HttpException
InvalidOperationException
ObjectDisposedException
LockRecursionException
NotImplementedException
CultureNotFoundException
ApplicationException
ConfigurationErrorsException
HttpRequestValidationException
ConfigurationException
FormatException
OverflowException
-
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:
RedirectToRoute
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
LockRecursionException
CultureNotFoundException
IndexOutOfRangeException
ApplicationException
ConfigurationErrorsException
NullReferenceException
ConfigurationException
UriFormatException
OutOfMemoryException
NotSupportedException
FormatException
OverflowException
-
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:
RedirectToRoute
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotSupportedException
RankException
NullReferenceException
HttpException
InvalidOperationException
ObjectDisposedException
LockRecursionException
NotImplementedException
CultureNotFoundException
ApplicationException
ConfigurationErrorsException
ConfigurationException
UriFormatException
OutOfMemoryException
FormatException
OverflowException
-
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:
RedirectToRoute
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
LockRecursionException
CultureNotFoundException
IndexOutOfRangeException
ApplicationException
ConfigurationErrorsException
NullReferenceException
ConfigurationException
UriFormatException
OutOfMemoryException
NotSupportedException
FormatException
OverflowException
-
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:
RedirectToRoute
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
LockRecursionException
CultureNotFoundException
IndexOutOfRangeException
ApplicationException
ConfigurationErrorsException
NullReferenceException
ConfigurationException
UriFormatException
OutOfMemoryException
NotSupportedException
FormatException
OverflowException
-
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:
RedirectToRoutePermanent
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotSupportedException
RankException
NullReferenceException
HttpException
InvalidOperationException
ObjectDisposedException
LockRecursionException
NotImplementedException
CultureNotFoundException
ApplicationException
ConfigurationErrorsException
HttpRequestValidationException
ConfigurationException
FormatException
OverflowException
-
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:
RedirectToRoutePermanent
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
LockRecursionException
CultureNotFoundException
IndexOutOfRangeException
ApplicationException
ConfigurationErrorsException
NullReferenceException
ConfigurationException
UriFormatException
OutOfMemoryException
NotSupportedException
FormatException
OverflowException
-
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:
RedirectToRoutePermanent
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotSupportedException
RankException
NullReferenceException
HttpException
InvalidOperationException
ObjectDisposedException
LockRecursionException
NotImplementedException
CultureNotFoundException
ApplicationException
ConfigurationErrorsException
ConfigurationException
UriFormatException
OutOfMemoryException
FormatException
OverflowException
-
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:
RedirectToRoutePermanent
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
LockRecursionException
CultureNotFoundException
IndexOutOfRangeException
ApplicationException
ConfigurationErrorsException
NullReferenceException
ConfigurationException
UriFormatException
OutOfMemoryException
NotSupportedException
FormatException
OverflowException
-
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:
RedirectToRoutePermanent
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
LockRecursionException
CultureNotFoundException
IndexOutOfRangeException
ApplicationException
ConfigurationErrorsException
NullReferenceException
ConfigurationException
UriFormatException
OutOfMemoryException
NotSupportedException
FormatException
OverflowException
-
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:
RemoveOutputCacheItem
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
NotSupportedException
RankException
PlatformNotSupportedException
CryptographicException
OutOfMemoryException
ConfigurationException
ProviderException
-
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:
RemoveOutputCacheItem
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
HttpException
NullReferenceException
ConfigurationErrorsException
NotSupportedException
RankException
ProviderException
PlatformNotSupportedException
CryptographicException
OutOfMemoryException
-
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:
SetCookie
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
NullReferenceException
-
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:
TransmitFile
in classHttpResponseBase
- 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
-
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:
TransmitFile
in classHttpResponseBase
- 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
-
Write
public void Write(char ch) throws java.lang.Throwable
- Overrides:
Write
in classHttpResponseBase
- Throws:
java.lang.Throwable
-
Write
public void Write(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Write
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
Write
public void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Write
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
Write
public void Write(NetObject obj) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException
- Overrides:
Write
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
-
Write
public void Write(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Write
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
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:
WriteFile
in classHttpResponseBase
- 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
-
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:
WriteFile
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
IndexOutOfRangeException
OutOfMemoryException
HttpRequestValidationException
PathTooLongException
NotSupportedException
NullReferenceException
SecurityException
IOException
ConfigurationErrorsException
ConfigurationException
PlatformNotSupportedException
OverflowException
-
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:
WriteFile
in classHttpResponseBase
- 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
-
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:
WriteSubstitution
in classHttpResponseBase
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
HttpRequestValidationException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
OutOfMemoryException
PlatformNotSupportedException
OverflowException
NullReferenceException
-
-