Package system.web
Class HttpResponse
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.HttpResponse
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class HttpResponse extends NetObject
The base .NET class managing System.Web.HttpResponse, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpResponse
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.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.HttpResponsestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpResponse()
HttpResponse(java.lang.Object instance)
Internal constructor.HttpResponse(TextWriter writer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 HttpResponse
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoHttpResponse
, 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()
boolean
getBuffer()
boolean
getBufferOutput()
HttpCachePolicy
getCache()
java.lang.String
getCacheControl()
java.lang.String
getCharset()
CancellationToken
getClientDisconnectedToken()
Encoding
getContentEncoding()
java.lang.String
getContentType()
HttpCookieCollection
getCookies()
int
getExpires()
DateTime
getExpiresAbsolute()
Stream
getFilter()
Encoding
getHeaderEncoding()
NameValueCollection
getHeaders()
boolean
getHeadersWritten()
boolean
getIsClientConnected()
boolean
getIsRequestBeingRedirected()
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 TypeTextWriter
getOutput()
Stream
getOutputStream()
java.lang.String
getRedirectLocation()
java.lang.String
getStatus()
int
getStatusCode()
java.lang.String
getStatusDescription()
int
getSubStatusCode()
boolean
getSupportsAsyncFlush()
boolean
getSuppressContent()
boolean
getSuppressDefaultCacheControlHeader()
boolean
getSuppressFormsAuthenticationRedirect()
boolean
getTrySkipIisCustomErrors()
void
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)
static void
RemoveOutputCacheItem(java.lang.String path)
static void
RemoveOutputCacheItem(java.lang.String path, java.lang.String providerName)
void
setBuffer(boolean Buffer)
void
setBufferOutput(boolean BufferOutput)
void
setCacheControl(java.lang.String CacheControl)
void
setCharset(java.lang.String Charset)
void
setContentEncoding(Encoding ContentEncoding)
void
setContentType(java.lang.String ContentType)
void
SetCookie(HttpCookie cookie)
void
setExpires(int Expires)
void
setExpiresAbsolute(DateTime ExpiresAbsolute)
void
setFilter(Stream Filter)
void
setHeaderEncoding(Encoding HeaderEncoding)
void
setHeadersWritten(boolean HeadersWritten)
void
setIsRequestBeingRedirected(boolean IsRequestBeingRedirected)
void
setJCOInstance(JCObject instance)
void
setOutput(TextWriter Output)
void
setRedirectLocation(java.lang.String RedirectLocation)
void
setStatus(java.lang.String Status)
void
setStatusCode(int StatusCode)
void
setStatusDescription(java.lang.String StatusDescription)
void
setSubStatusCode(int SubStatusCode)
void
setSuppressContent(boolean SuppressContent)
void
setSuppressDefaultCacheControlHeader(boolean SuppressDefaultCacheControlHeader)
void
setSuppressFormsAuthenticationRedirect(boolean SuppressFormsAuthenticationRedirect)
void
setTrySkipIisCustomErrors(boolean TrySkipIisCustomErrors)
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)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.HttpResponse- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpResponse
public HttpResponse(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
HttpResponse
public HttpResponse() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
HttpResponse
public HttpResponse(TextWriter writer) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- 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 classNetObject
- 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 classNetObject
- 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 classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static HttpResponse cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoHttpResponse
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HttpResponse
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, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
ConfigurationException
PlatformNotSupportedException
OutOfMemoryException
FormatException
OverflowException
-
ApplyAppPathModifier
public java.lang.String ApplyAppPathModifier(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
ThreadAbortException
HttpRequestValidationException
-
FlushAsync
public Task FlushAsync() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, NullReferenceException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
PlatformNotSupportedException
OutOfMemoryException
OverflowException
NullReferenceException
OperationCanceledException
AbandonedMutexException
TaskSchedulerException
-
AddCacheDependency
public void AddCacheDependency(CacheDependency... dependencies) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(NetArrayList cacheKeys) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
FormatException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(java.lang.String[] cacheKeys) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
-
AddCacheItemDependency
public void AddCacheItemDependency(java.lang.String cacheKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException
-
AddFileDependencies
public void AddFileDependencies(NetArrayList filenames) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
FormatException
-
AddFileDependencies
public void AddFileDependencies(java.lang.String[] filenames) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
-
AddFileDependencies
public void AddFileDependencies(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
-
AddFileDependency
public void AddFileDependency(java.lang.String filename) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException
-
AddHeader
public void AddHeader(java.lang.String name, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, PlatformNotSupportedException, NotSupportedException, ThreadAbortException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
PlatformNotSupportedException
NotSupportedException
ThreadAbortException
-
AppendCookie
public void AppendCookie(HttpCookie cookie) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
ConfigurationException
-
AppendHeader
public void AppendHeader(java.lang.String name, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, PlatformNotSupportedException, ThreadAbortException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
PlatformNotSupportedException
ThreadAbortException
-
AppendToLog
public void AppendToLog(java.lang.String param) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, NotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
HttpRequestValidationException
ConfigurationErrorsException
NotSupportedException
NullReferenceException
-
BinaryWrite
public void BinaryWrite(byte[] buffer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
-
BinaryWrite
public void BinaryWrite(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, HttpRequestValidationException, ConfigurationErrorsException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
NotSupportedException
HttpRequestValidationException
ConfigurationErrorsException
ConfigurationException
-
ClearContent
public void ClearContent() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, ArgumentOutOfRangeException, HttpRequestValidationException, ConfigurationErrorsException
-
ClearHeaders
public void ClearHeaders() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, OverflowException, HttpRequestValidationException, TargetParameterCountException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
ConfigurationException
OverflowException
HttpRequestValidationException
TargetParameterCountException
PlatformNotSupportedException
-
Close
public void Close() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DisableKernelCache
public void DisableKernelCache() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DisableUserCache
public void DisableUserCache() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
End
public void End() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
PlatformNotSupportedException
OutOfMemoryException
OverflowException
NullReferenceException
-
EndFlush
public void EndFlush(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, HttpRequestValidationException, ConfigurationErrorsException, ConfigurationException, OperationCanceledException, NullReferenceException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
NotSupportedException
HttpRequestValidationException
ConfigurationErrorsException
ConfigurationException
OperationCanceledException
NullReferenceException
FormatException
-
Flush
public void Flush() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
ConfigurationException
PlatformNotSupportedException
OutOfMemoryException
FormatException
OverflowException
-
Pics
public void Pics(java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, PlatformNotSupportedException, NotSupportedException, ThreadAbortException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
PlatformNotSupportedException
NotSupportedException
ThreadAbortException
-
PushPromise
public void PushPromise(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException, ProviderException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException, PlatformNotSupportedException, NotSupportedException, ConfigurationException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
HttpException
ProviderException
ConfigurationErrorsException
ThreadAbortException
HttpRequestValidationException
PlatformNotSupportedException
NotSupportedException
ConfigurationException
FormatException
OverflowException
-
PushPromise
public void PushPromise(java.lang.String path, java.lang.String method, NameValueCollection headers) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException, ProviderException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException, PlatformNotSupportedException, IndexOutOfRangeException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
HttpException
ProviderException
ConfigurationErrorsException
ThreadAbortException
HttpRequestValidationException
PlatformNotSupportedException
IndexOutOfRangeException
OverflowException
-
Redirect
public void Redirect(java.lang.String url) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ApplicationException, ConfigurationErrorsException, ProviderException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, NotSupportedException, ThreadAbortException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ApplicationException
ConfigurationErrorsException
ProviderException
IndexOutOfRangeException
UriFormatException
OutOfMemoryException
NotSupportedException
ThreadAbortException
FormatException
OverflowException
-
Redirect
public void Redirect(java.lang.String url, boolean endResponse) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ApplicationException, ConfigurationErrorsException, ProviderException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, NotSupportedException, ThreadAbortException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ApplicationException
ConfigurationErrorsException
ProviderException
IndexOutOfRangeException
UriFormatException
OutOfMemoryException
NotSupportedException
ThreadAbortException
FormatException
OverflowException
-
RedirectPermanent
public void RedirectPermanent(java.lang.String url) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ApplicationException, ConfigurationErrorsException, ProviderException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, NotSupportedException, ThreadAbortException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ApplicationException
ConfigurationErrorsException
ProviderException
IndexOutOfRangeException
UriFormatException
OutOfMemoryException
NotSupportedException
ThreadAbortException
FormatException
OverflowException
-
RedirectPermanent
public void RedirectPermanent(java.lang.String url, boolean endResponse) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ApplicationException, ConfigurationErrorsException, ProviderException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, NotSupportedException, ThreadAbortException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ApplicationException
ConfigurationErrorsException
ProviderException
IndexOutOfRangeException
UriFormatException
OutOfMemoryException
NotSupportedException
ThreadAbortException
FormatException
OverflowException
-
RedirectToRoute
public void RedirectToRoute(NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, RankException, NullReferenceException, HttpException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, ConfigurationException, UriFormatException, OutOfMemoryException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
IndexOutOfRangeException
NotSupportedException
RankException
NullReferenceException
HttpException
ObjectDisposedException
LockRecursionException
NotImplementedException
CultureNotFoundException
ApplicationException
ConfigurationErrorsException
ConfigurationException
UriFormatException
OutOfMemoryException
FormatException
OverflowException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, OutOfMemoryException, FormatException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, NotSupportedException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
LockRecursionException
OutOfMemoryException
FormatException
ApplicationException
ConfigurationErrorsException
ProviderException
NullReferenceException
HttpRequestValidationException
UriFormatException
NotSupportedException
OverflowException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName, NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, RankException, NullReferenceException, HttpException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, MissingMethodException, TargetInvocationException, ProviderException, HttpRequestValidationException, UriFormatException, OutOfMemoryException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
IndexOutOfRangeException
NotSupportedException
RankException
NullReferenceException
HttpException
ObjectDisposedException
LockRecursionException
NotImplementedException
CultureNotFoundException
ApplicationException
ConfigurationErrorsException
MissingMethodException
TargetInvocationException
ProviderException
HttpRequestValidationException
UriFormatException
OutOfMemoryException
FormatException
OverflowException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName, RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, OutOfMemoryException, FormatException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, NotSupportedException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
LockRecursionException
OutOfMemoryException
FormatException
ApplicationException
ConfigurationErrorsException
ProviderException
NullReferenceException
HttpRequestValidationException
UriFormatException
NotSupportedException
OverflowException
-
RedirectToRoute
public void RedirectToRoute(RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, OutOfMemoryException, FormatException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, NotSupportedException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
LockRecursionException
OutOfMemoryException
FormatException
ApplicationException
ConfigurationErrorsException
ProviderException
NullReferenceException
HttpRequestValidationException
UriFormatException
NotSupportedException
OverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, RankException, NullReferenceException, HttpException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, ConfigurationException, UriFormatException, OutOfMemoryException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
IndexOutOfRangeException
NotSupportedException
RankException
NullReferenceException
HttpException
ObjectDisposedException
LockRecursionException
NotImplementedException
CultureNotFoundException
ApplicationException
ConfigurationErrorsException
ConfigurationException
UriFormatException
OutOfMemoryException
FormatException
OverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, OutOfMemoryException, FormatException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, NotSupportedException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
LockRecursionException
OutOfMemoryException
FormatException
ApplicationException
ConfigurationErrorsException
ProviderException
NullReferenceException
HttpRequestValidationException
UriFormatException
NotSupportedException
OverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName, NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, RankException, NullReferenceException, HttpException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, MissingMethodException, TargetInvocationException, ProviderException, HttpRequestValidationException, UriFormatException, OutOfMemoryException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
IndexOutOfRangeException
NotSupportedException
RankException
NullReferenceException
HttpException
ObjectDisposedException
LockRecursionException
NotImplementedException
CultureNotFoundException
ApplicationException
ConfigurationErrorsException
MissingMethodException
TargetInvocationException
ProviderException
HttpRequestValidationException
UriFormatException
OutOfMemoryException
FormatException
OverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName, RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, OutOfMemoryException, FormatException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, NotSupportedException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
LockRecursionException
OutOfMemoryException
FormatException
ApplicationException
ConfigurationErrorsException
ProviderException
NullReferenceException
HttpRequestValidationException
UriFormatException
NotSupportedException
OverflowException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, OutOfMemoryException, FormatException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, NotSupportedException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
LockRecursionException
OutOfMemoryException
FormatException
ApplicationException
ConfigurationErrorsException
ProviderException
NullReferenceException
HttpRequestValidationException
UriFormatException
NotSupportedException
OverflowException
-
RemoveOutputCacheItem
public static void RemoveOutputCacheItem(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException, NullReferenceException, ConfigurationErrorsException, NotSupportedException, RankException, ProviderException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
HttpException
NullReferenceException
ConfigurationErrorsException
NotSupportedException
RankException
ProviderException
PlatformNotSupportedException
CryptographicException
OutOfMemoryException
-
RemoveOutputCacheItem
public static void RemoveOutputCacheItem(java.lang.String path, java.lang.String providerName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException, ConfigurationErrorsException, NullReferenceException, ConfigurationException, OverflowException, RankException, ProviderException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
HttpException
ConfigurationErrorsException
NullReferenceException
ConfigurationException
OverflowException
RankException
ProviderException
PlatformNotSupportedException
CryptographicException
OutOfMemoryException
-
SetCookie
public void SetCookie(HttpCookie cookie) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, HttpRequestValidationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
ConfigurationException
HttpRequestValidationException
-
TransmitFile
public void TransmitFile(java.lang.String filename) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, IndexOutOfRangeException, HttpRequestValidationException, PathTooLongException, NotSupportedException, NullReferenceException, SecurityException, IOException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, PlatformNotSupportedException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
IndexOutOfRangeException
HttpRequestValidationException
PathTooLongException
NotSupportedException
NullReferenceException
SecurityException
IOException
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, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, FormatException, HttpRequestValidationException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, SecurityException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, PlatformNotSupportedException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
FormatException
HttpRequestValidationException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NullReferenceException
SecurityException
ConfigurationErrorsException
ConfigurationException
OutOfMemoryException
PlatformNotSupportedException
OverflowException
-
Write
public void Write(char ch) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Write
public void Write(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
Write
public void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
Write
public void Write(NetObject obj) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException
-
Write
public void Write(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
WriteFile
public void WriteFile(java.lang.String filename) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, HttpRequestValidationException, PathTooLongException, NotSupportedException, NullReferenceException, SecurityException, IOException, ConfigurationErrorsException, ConfigurationException, PlatformNotSupportedException, OverflowException
- Throws:
java.lang.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, boolean readIntoMemory) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, FormatException, HttpRequestValidationException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, NullReferenceException, SecurityException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, PlatformNotSupportedException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
FormatException
HttpRequestValidationException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
NullReferenceException
SecurityException
ConfigurationErrorsException
ConfigurationException
OutOfMemoryException
PlatformNotSupportedException
OverflowException
-
WriteFile
public void WriteFile(java.lang.String filename, long offset, long size) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, FormatException, HttpRequestValidationException, PathTooLongException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, SecurityException, IOException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, PlatformNotSupportedException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
FormatException
HttpRequestValidationException
PathTooLongException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
SecurityException
IOException
ConfigurationErrorsException
ConfigurationException
OutOfMemoryException
PlatformNotSupportedException
OverflowException
-
WriteSubstitution
public void WriteSubstitution(HttpResponseSubstitutionCallback callback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, HttpRequestValidationException, PlatformNotSupportedException, OverflowException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
ConfigurationException
OutOfMemoryException
HttpRequestValidationException
PlatformNotSupportedException
OverflowException
NullReferenceException
-
getBuffer
public boolean getBuffer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBuffer
public void setBuffer(boolean Buffer) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBufferOutput
public boolean getBufferOutput() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBufferOutput
public void setBufferOutput(boolean BufferOutput) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHeadersWritten
public boolean getHeadersWritten() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHeadersWritten
public void setHeadersWritten(boolean HeadersWritten) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsClientConnected
public boolean getIsClientConnected() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsRequestBeingRedirected
public boolean getIsRequestBeingRedirected() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsRequestBeingRedirected
public void setIsRequestBeingRedirected(boolean IsRequestBeingRedirected) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSupportsAsyncFlush
public boolean getSupportsAsyncFlush() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSuppressContent
public boolean getSuppressContent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSuppressContent
public void setSuppressContent(boolean SuppressContent) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSuppressDefaultCacheControlHeader
public boolean getSuppressDefaultCacheControlHeader() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSuppressDefaultCacheControlHeader
public void setSuppressDefaultCacheControlHeader(boolean SuppressDefaultCacheControlHeader) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSuppressFormsAuthenticationRedirect
public boolean getSuppressFormsAuthenticationRedirect() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSuppressFormsAuthenticationRedirect
public void setSuppressFormsAuthenticationRedirect(boolean SuppressFormsAuthenticationRedirect) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTrySkipIisCustomErrors
public boolean getTrySkipIisCustomErrors() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTrySkipIisCustomErrors
public void setTrySkipIisCustomErrors(boolean TrySkipIisCustomErrors) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getExpires
public int getExpires() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setExpires
public void setExpires(int Expires) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, OverflowException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
OverflowException
ArgumentNullException
-
getStatusCode
public int getStatusCode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStatusCode
public void setStatusCode(int StatusCode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
getSubStatusCode
public int getSubStatusCode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
-
setSubStatusCode
public void setSubStatusCode(int SubStatusCode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
HttpException
-
getHeaders
public NameValueCollection getHeaders() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
-
getExpiresAbsolute
public DateTime getExpiresAbsolute() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setExpiresAbsolute
public void setExpiresAbsolute(DateTime ExpiresAbsolute) throws java.lang.Throwable, ArgumentException, ArgumentNullException, OverflowException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
OverflowException
ArgumentOutOfRangeException
-
getFilter
public Stream getFilter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFilter
public void setFilter(Stream Filter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
-
getOutputStream
public Stream getOutputStream() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
getOutput
public TextWriter getOutput() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOutput
public void setOutput(TextWriter Output) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCacheControl
public java.lang.String getCacheControl() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCacheControl
public void setCacheControl(java.lang.String CacheControl) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, FormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
FormatException
-
getCharset
public java.lang.String getCharset() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException
-
setCharset
public void setCharset(java.lang.String Charset) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
getContentType
public java.lang.String getContentType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setContentType
public void setContentType(java.lang.String ContentType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
getRedirectLocation
public java.lang.String getRedirectLocation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRedirectLocation
public void setRedirectLocation(java.lang.String RedirectLocation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
getStatus
public java.lang.String getStatus() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setStatus
public void setStatus(java.lang.String Status) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, OutOfMemoryException, FormatException, OverflowException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, HttpException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
OutOfMemoryException
FormatException
OverflowException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
HttpException
-
getStatusDescription
public java.lang.String getStatusDescription() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStatusDescription
public void setStatusDescription(java.lang.String StatusDescription) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
getContentEncoding
public Encoding getContentEncoding() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException
-
setContentEncoding
public void setContentEncoding(Encoding ContentEncoding) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, MissingMethodException, TargetInvocationException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
HttpException
ConfigurationErrorsException
NotSupportedException
MissingMethodException
TargetInvocationException
ConfigurationException
-
getHeaderEncoding
public Encoding getHeaderEncoding() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, ArgumentOutOfRangeException
-
setHeaderEncoding
public void setHeaderEncoding(Encoding HeaderEncoding) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, ArgumentException, FormatException, InvalidOperationException, NotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
ArgumentException
FormatException
InvalidOperationException
NotSupportedException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
HttpException
-
getClientDisconnectedToken
public CancellationToken getClientDisconnectedToken() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AggregateException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ObjectDisposedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AggregateException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
PlatformNotSupportedException
-
getCache
public HttpCachePolicy getCache() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCookies
public HttpCookieCollection getCookies() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
-
-