LNXSDK/Kha/Tools/linux_x64/std/flash/net/drm/DRMURLDownloadContext.hx
2025-01-22 16:18:30 +01:00

8 lines
317 B
Haxe

package flash.net.drm;
extern class DRMURLDownloadContext extends flash.events.EventDispatcher {
function new() : Void;
function httpGetASync(url : String) : Void;
function httpPostAndReceiveASync(url : String, headerName : String, headerValue : String, data : flash.utils.ByteArray, serverType : UInt) : Void;
}