![]() |
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# |
![]() |
---|---|
public class ImageServerHttpFilterStream |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class ImageServerHttpFilterStream |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
![]() |
ImageServerHttpFilterStream |
Initializes a new instance of the ImageServerHttpFilterStream class.
|
Public Methods
Name | Description | |
---|---|---|
![]() |
BeginRead | HostProtectionAttribute. (Inherited from Stream.) |
![]() |
BeginWrite | HostProtectionAttribute. (Inherited from Stream.) |
![]() |
Close |
Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
(Inherited from FilterStream.) |
![]() |
CreateObjRef | (Inherited from MarshalByRefObject.) |
![]() |
Dispose | (Inherited from Stream.) |
![]() |
EndRead | (Inherited from Stream.) |
![]() |
EndWrite | (Inherited from Stream.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Flush |
When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.
(Inherited from FilterStream.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
Read |
When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
(Inherited from FilterStream.) |
![]() |
ReadByte | (Inherited from Stream.) |
![]() |
Seek |
When overridden in a derived class, sets the position within the current stream.
(Inherited from FilterStream.) |
![]() |
SetLength |
When overridden in a derived class, sets the length of the current stream.
(Inherited from FilterStream.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Write |
When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
(Inherited from FilterStream.) |
![]() |
WriteByte | (Inherited from Stream.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
AddQuerystringToCacheKey |
Adds the querystring to the cache key.
(Inherited from CachingFilterStream.) |
![]() |
CreateCommandsAndCacheKey |
Creates the commands and cache key.
(Inherited from ImageServerFilterStream.) |
![]() |
CreateWaitHandle | Obsolete. (Inherited from Stream.) |
![]() |
Dispose | (Inherited from Stream.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
HasCachedOutput |
Gets a value indicating whether the output is available in the cache.
(Inherited from CachingFilterStream.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from MarshalByRefObject.) |
![]() |
OnBeforeWriteContent |
Raises the BeforeWriteContent event.
(Inherited from FilterStream.) |
![]() |
OnCreateCacheKey |
Called when a cache key needs to be created.
(Inherited from ImageServerFilterStream.) |
![]() |
OnFilter |
Performs the actual filtering.
(Inherited from ImageServerFilterStream.) |
![]() |
OnQueryFilterEnabled |
Gets the value indicating whether this stream has filtering enabled. If not enabled, the
written data is send to the original stream as-is.
(Overrides ImageServerFilterStream..::OnQueryFilterEnabled()()()().) |
![]() |
TryReadFromCache |
Reads contents from the page cache and returns a value if succeeded.
(Inherited from CachingFilterStream.) |
Public Properties
Name | Description | |
---|---|---|
![]() |
CacheMode |
Sets the cache mode.
(Inherited from CachingFilterStream.) |
![]() |
CanRead |
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
(Inherited from FilterStream.) |
![]() |
CanSeek |
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
(Inherited from FilterStream.) |
![]() |
CanTimeout | (Inherited from Stream.) |
![]() |
CanWrite |
When overridden in a derived class, gets a value indicating whether the current stream supports writing.
(Inherited from FilterStream.) |
![]() |
InitialCapacity |
Gets or sets the initial capacity, used to create the internal buffer when the stream is filtered.
(Inherited from FilterStream.) |
![]() |
IsFilterEnabled |
Gets the value indicating whether this stream has filtering enabled.
(Inherited from FilterStream.) |
![]() |
Length |
When overridden in a derived class, gets the length in bytes of the stream.
(Inherited from FilterStream.) |
![]() |
OriginalStream |
Gets a reference to the original stream.
(Inherited from FilterStream.) |
![]() |
Position |
When overridden in a derived class, gets or sets the position within the current stream.
(Inherited from FilterStream.) |
![]() |
ReadTimeout | (Inherited from Stream.) |
![]() |
ResponseInfo |
Gets the response info associated with this filter stream.
(Inherited from FilterStream.) |
![]() |
WriteTimeout | (Inherited from Stream.) |
Protected Properties
Name | Description | |
---|---|---|
![]() |
BytesWritten |
Gets a value indicating whether bytes have been written to the stream.
(Inherited from FilterStream.) |
![]() |
CacheKey |
Gets the cache key.
(Inherited from CachingFilterStream.) |
![]() |
CanReadFromCache |
Gets a value indicating whether this instance can read from the server's page cache.
(Inherited from CachingFilterStream.) |
![]() |
CanWriteToCache |
Gets a value indicating whether this instance can write to the server's page cache.
(Inherited from CachingFilterStream.) |
Public Events
Name | Description | |
---|---|---|
![]() |
BeforeWriteContent |
Occurs just before content is written to the filtered stream.
(Inherited from FilterStream.) |