Click or drag to resize
IResponderSendBinary Method
Sends the bytes back to the browser.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void SendBinary(
	IRequest request,
	IResponse response,
	byte[] binary,
	string mimeType,
	bool compressResponse
)

Parameters

request
Type: VirtualRadar.Interface.WebServerIRequest
response
Type: VirtualRadar.Interface.WebServerIResponse
binary
Type: SystemByte
mimeType
Type: SystemString
compressResponse
Type: SystemBoolean
See Also