flash.net.drm.DRMURLDownloadContext

type
class
extends
flash.events.EventDispatcher
available in
flash

Constructor

new()

Instance Methods hide inherited show inherited

addEventListener(type : String, listener : Dynamic -> Void, ?useCapture : Bool, ?priority : Int, ?useWeakReference : Bool) : Void

dispatchEvent(event : Event) : Bool

hasEventListener(type : String) : Bool

httpGetASync(url : String) : Void

httpPostAndReceiveASync(url : String, headerName : String, headerValue : String, data : flash.utils.ByteArray) : Void

removeEventListener(type : String, listener : Dynamic -> Void, ?useCapture : Bool) : Void

toString() : String

willTrigger(type : String) : Bool