IResponderSendBinary Method |
Sends the bytes back to the browser.
Namespace: VirtualRadar.Interface.WebServerAssembly: 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
)
Sub SendBinary (
request As IRequest,
response As IResponse,
binary As Byte(),
mimeType As String,
compressResponse As Boolean
)
void SendBinary(
IRequest^ request,
IResponse^ response,
array<unsigned char>^ binary,
String^ mimeType,
bool compressResponse
)
abstract SendBinary :
request : IRequest *
response : IResponse *
binary : byte[] *
mimeType : string *
compressResponse : bool -> unit
Parameters
- request
- Type: VirtualRadar.Interface.WebServerIRequest
- response
- Type: VirtualRadar.Interface.WebServerIResponse
- binary
- Type: SystemByte
- mimeType
- Type: SystemString
- compressResponse
- Type: SystemBoolean
See Also