Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Get / set the applicable block size in bits.

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

Syntax

C#
public override int BlockSize { get; set; }
Visual Basic (Declaration)
Public Overrides Property BlockSize As Integer
Visual C++
public:
virtual property int BlockSize {
	int get () override;
	void set (int value) override;
}

Field Value

[Missing <value> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Encryption.PkzipClassicManaged.BlockSize"]

Remarks

The only valid block size is 8.

See Also