Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Check the stream header which is returend from the server.

Namespace:  SharedCache.WinServiceCommon.Formatters
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static bool CheckHeader(
	byte[] value
)
Visual Basic (Declaration)
Public Shared Function CheckHeader ( _
	value As Byte() _
) As Boolean
Visual C++
public:
static bool CheckHeader(
	array<unsigned char>^ value
)

Parameters

value
Type: array< System..::.Byte >[]()[]
The value as an array of Byte

Return Value

wheater is input is compressed [true] or its not compressed [false]

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Formatters.Compression.CheckHeader(System.Byte[])"]

See Also