forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user