Click or drag to resize
MemcacheWrite Method (Byte, Int32, Int32)
writes a byte array to the output stream

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public void Write(
	byte[] bytes,
	int offset,
	int count
)

Parameters

bytes
Type: SystemByte
byte array to write
offset
Type: SystemInt32
offset to begin writing from
count
Type: SystemInt32
count of bytes to write
See Also