Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.

[Missing <summary> documentation for "M:SharedCache.WinServiceCommon.HttpModule.ResponseFilter.Write(System.Byte[],System.Int32,System.Int32)"]

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

Syntax

C#
public override void Write(
	byte[] buffer,
	int offset,
	int count
)
Visual Basic (Declaration)
Public Overrides Sub Write ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
)
Visual C++
public:
virtual void Write(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override

Parameters

buffer
Type: array< System..::.Byte >[]()[]

[Missing <param name="buffer"/> documentation for "M:SharedCache.WinServiceCommon.HttpModule.ResponseFilter.Write(System.Byte[],System.Int32,System.Int32)"]

offset
Type: System..::.Int32

[Missing <param name="offset"/> documentation for "M:SharedCache.WinServiceCommon.HttpModule.ResponseFilter.Write(System.Byte[],System.Int32,System.Int32)"]

count
Type: System..::.Int32

[Missing <param name="count"/> documentation for "M:SharedCache.WinServiceCommon.HttpModule.ResponseFilter.Write(System.Byte[],System.Int32,System.Int32)"]

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.HttpModule.ResponseFilter.Write(System.Byte[],System.Int32,System.Int32)"]

See Also