| ResponseBinaryWrite Method |
Writes a string of binary characters to the output stream
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax public void BinaryWrite(
byte[] buffer
)
Public Sub BinaryWrite (
buffer As Byte()
)
Parameters
- buffer
- Type: SystemByte
The binary characters to write to the response
Implements
IResponseBinaryWrite(Byte)See Also