MemcacheWrite Method (Byte) |
writes a byte array to the output stream
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public void Write(
byte[] bytes
)
Public Sub Write (
bytes As Byte()
)
public:
void Write(
array<unsigned char>^ bytes
)
member Write :
bytes : byte[] -> unit
Parameters
- bytes
- Type: SystemByte
byte array to write
See Also