Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Get the contents of the raw data 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[] RawData { get; }
Visual Basic (Declaration)
Public ReadOnly Property RawData As Byte()
Visual C++
public:
property array<unsigned char>^ RawData {
	array<unsigned char>^ get ();
}

Field Value

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

Remarks

This may contain encrypted data.

See Also