DRMURLDownloadContext.hx 317 B

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