UrlRequestEventArgsSetBinaryData Method |
Respond to the URL request with binary data (images, archives, etc)
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public void SetBinaryData(
byte[] Data,
string ReturnContentType
)
Parameters
- Data
- Type: SystemByte
Binary array of the data - ReturnContentType
- Type: SystemString
The Content-Type header. Ex: "image/gif", "application/x-zip-compressed", etc
See Also