Package system.web
Class HttpResponseBase
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.HttpResponseBase
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
HttpResponseWrapper
public class HttpResponseBase extends NetObject
The base .NET class managing System.Web.HttpResponseBase, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpResponseBase
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.HttpResponseBasestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpResponseBase()
HttpResponseBase(java.lang.Object instance)
Internal constructor.
-
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 HttpResponseBase
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoHttpResponseBase
, 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()
HttpCachePolicyBase
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)
void
RemoveOutputCacheItem(java.lang.String path)
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
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.HttpResponseBase- See Also:
- Constant Field Values
-
-
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 HttpResponseBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoHttpResponseBase
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HttpResponseBase
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
BeginFlush
public IAsyncResult BeginFlush(AsyncCallback callback, NetObject state) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
ApplyAppPathModifier
public java.lang.String ApplyAppPathModifier(java.lang.String virtualPath) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
FlushAsync
public Task FlushAsync() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
AddCacheDependency
public void AddCacheDependency(CacheDependency... dependencies) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(NetArrayList cacheKeys) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(java.lang.String[] cacheKeys) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(JCORefOut dupParam0) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
AddCacheItemDependency
public void AddCacheItemDependency(java.lang.String cacheKey) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
AddFileDependencies
public void AddFileDependencies(NetArrayList filenames) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
AddFileDependencies
public void AddFileDependencies(java.lang.String[] filenames) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
AddFileDependencies
public void AddFileDependencies(JCORefOut dupParam0) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
AddFileDependency
public void AddFileDependency(java.lang.String filename) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
AddHeader
public void AddHeader(java.lang.String name, java.lang.String value) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
AppendCookie
public void AppendCookie(HttpCookie cookie) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
AppendHeader
public void AppendHeader(java.lang.String name, java.lang.String value) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
AppendToLog
public void AppendToLog(java.lang.String param) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
BinaryWrite
public void BinaryWrite(byte[] buffer) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
BinaryWrite
public void BinaryWrite(JCORefOut dupParam0) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Clear
public void Clear() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
ClearContent
public void ClearContent() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
ClearHeaders
public void ClearHeaders() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Close
public void Close() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
DisableKernelCache
public void DisableKernelCache() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
DisableUserCache
public void DisableUserCache() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
End
public void End() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
EndFlush
public void EndFlush(IAsyncResult asyncResult) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Flush
public void Flush() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Pics
public void Pics(java.lang.String value) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
PushPromise
public void PushPromise(java.lang.String path) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
PushPromise
public void PushPromise(java.lang.String path, java.lang.String method, NameValueCollection headers) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Redirect
public void Redirect(java.lang.String url) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Redirect
public void Redirect(java.lang.String url, boolean endResponse) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
RedirectPermanent
public void RedirectPermanent(java.lang.String url) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
RedirectPermanent
public void RedirectPermanent(java.lang.String url, boolean endResponse) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
RedirectToRoute
public void RedirectToRoute(NetObject routeValues) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName, NetObject routeValues) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName, RouteValueDictionary routeValues) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
RedirectToRoute
public void RedirectToRoute(RouteValueDictionary routeValues) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(NetObject routeValues) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName, NetObject routeValues) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName, RouteValueDictionary routeValues) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(RouteValueDictionary routeValues) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
RemoveOutputCacheItem
public void RemoveOutputCacheItem(java.lang.String path) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
RemoveOutputCacheItem
public void RemoveOutputCacheItem(java.lang.String path, java.lang.String providerName) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
SetCookie
public void SetCookie(HttpCookie cookie) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
TransmitFile
public void TransmitFile(java.lang.String filename) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
TransmitFile
public void TransmitFile(java.lang.String filename, long offset, long length) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Write
public void Write(char ch) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Write
public void Write(char[] buffer, int index, int count) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Write
public void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Write
public void Write(NetObject obj) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Write
public void Write(java.lang.String s) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
WriteFile
public void WriteFile(java.lang.String filename) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
WriteFile
public void WriteFile(java.lang.String filename, boolean readIntoMemory) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
WriteFile
public void WriteFile(java.lang.String filename, long offset, long size) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
WriteSubstitution
public void WriteSubstitution(HttpResponseSubstitutionCallback callback) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getBuffer
public boolean getBuffer() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setBuffer
public void setBuffer(boolean Buffer) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getBufferOutput
public boolean getBufferOutput() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setBufferOutput
public void setBufferOutput(boolean BufferOutput) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getHeadersWritten
public boolean getHeadersWritten() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getIsClientConnected
public boolean getIsClientConnected() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getIsRequestBeingRedirected
public boolean getIsRequestBeingRedirected() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsAsyncFlush
public boolean getSupportsAsyncFlush() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSuppressContent
public boolean getSuppressContent() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setSuppressContent
public void setSuppressContent(boolean SuppressContent) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSuppressDefaultCacheControlHeader
public boolean getSuppressDefaultCacheControlHeader() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setSuppressDefaultCacheControlHeader
public void setSuppressDefaultCacheControlHeader(boolean SuppressDefaultCacheControlHeader) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSuppressFormsAuthenticationRedirect
public boolean getSuppressFormsAuthenticationRedirect() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setSuppressFormsAuthenticationRedirect
public void setSuppressFormsAuthenticationRedirect(boolean SuppressFormsAuthenticationRedirect) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getTrySkipIisCustomErrors
public boolean getTrySkipIisCustomErrors() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setTrySkipIisCustomErrors
public void setTrySkipIisCustomErrors(boolean TrySkipIisCustomErrors) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getExpires
public int getExpires() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setExpires
public void setExpires(int Expires) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getStatusCode
public int getStatusCode() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setStatusCode
public void setStatusCode(int StatusCode) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSubStatusCode
public int getSubStatusCode() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setSubStatusCode
public void setSubStatusCode(int SubStatusCode) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getHeaders
public NameValueCollection getHeaders() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getExpiresAbsolute
public DateTime getExpiresAbsolute() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setExpiresAbsolute
public void setExpiresAbsolute(DateTime ExpiresAbsolute) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getFilter
public Stream getFilter() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setFilter
public void setFilter(Stream Filter) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getOutputStream
public Stream getOutputStream() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getOutput
public TextWriter getOutput() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setOutput
public void setOutput(TextWriter Output) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCacheControl
public java.lang.String getCacheControl() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setCacheControl
public void setCacheControl(java.lang.String CacheControl) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCharset
public java.lang.String getCharset() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setCharset
public void setCharset(java.lang.String Charset) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getContentType
public java.lang.String getContentType() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setContentType
public void setContentType(java.lang.String ContentType) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRedirectLocation
public java.lang.String getRedirectLocation() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setRedirectLocation
public void setRedirectLocation(java.lang.String RedirectLocation) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getStatus
public java.lang.String getStatus() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setStatus
public void setStatus(java.lang.String Status) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getStatusDescription
public java.lang.String getStatusDescription() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setStatusDescription
public void setStatusDescription(java.lang.String StatusDescription) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getContentEncoding
public Encoding getContentEncoding() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setContentEncoding
public void setContentEncoding(Encoding ContentEncoding) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getHeaderEncoding
public Encoding getHeaderEncoding() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setHeaderEncoding
public void setHeaderEncoding(Encoding HeaderEncoding) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getClientDisconnectedToken
public CancellationToken getClientDisconnectedToken() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCache
public HttpCachePolicyBase getCache() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCookies
public HttpCookieCollection getCookies() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
-