Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Get/set the deflate strategy

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

Syntax

C#
public DeflateStrategy Strategy { get; set; }
Visual Basic (Declaration)
Public Property Strategy As DeflateStrategy
Visual C++
public:
property DeflateStrategy Strategy {
	DeflateStrategy get ();
	void set (DeflateStrategy value);
}

Field Value

[Missing <value> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.DeflaterEngine.Strategy"]

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.DeflaterEngine.Strategy"]

See Also