NetMonitor.hx 179 B

123456
  1. package flash.net;
  2. @:require(flash11) extern class NetMonitor extends flash.events.EventDispatcher {
  3. function new() : Void;
  4. function listStreams() : flash.Vector<NetStream>;
  5. }