Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Get the contents of the clear text buffer.

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public byte[] ClearText { get; }
Visual Basic (Declaration)
Public ReadOnly Property ClearText As Byte()
Visual C++
public:
property array<unsigned char>^ ClearText {
	array<unsigned char>^ get ();
}

Field Value

[Missing <value> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.ClearText"]

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.ClearText"]

See Also