Packagecom.electrotank.electroserver5.api
Classpublic class CrossDomainPolicyResponse
InheritanceCrossDomainPolicyResponse Inheritance EsResponse Inheritance EsMessage Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  customFileContents : String
CrossDomainPolicyResponse
  customFileEnabled : Boolean
CrossDomainPolicyResponse
 InheritedmessageNumber : int
EsMessage
 InheritedmessageType : MessageType
EsMessage
  port : int
CrossDomainPolicyResponse
 InheritedrequestId : int
EsMessage
 InheritedserverId : String
EsMessage
Public Methods
 MethodDefined By
  
CrossDomainPolicyResponse(m:MessageType = null, t:TBase = null)
CrossDomainPolicyResponse
  
fromThrift(t_:TBase):void
[override]
CrossDomainPolicyResponse
  
newThrift():TBase
[override]
CrossDomainPolicyResponse
  
toThrift():TBase
[override]
CrossDomainPolicyResponse
Property Detail
customFileContentsproperty
customFileContents:String


Implementation
    public function get customFileContents():String
    public function set customFileContents(value:String):void
customFileEnabledproperty 
customFileEnabled:Boolean


Implementation
    public function get customFileEnabled():Boolean
    public function set customFileEnabled(value:Boolean):void
portproperty 
port:int


Implementation
    public function get port():int
    public function set port(value:int):void
Constructor Detail
CrossDomainPolicyResponse()Constructor
public function CrossDomainPolicyResponse(m:MessageType = null, t:TBase = null)



Parameters
m:MessageType (default = null)
 
t:TBase (default = null)
Method Detail
fromThrift()method
override public function fromThrift(t_:TBase):void

Parameters

t_:TBase

newThrift()method 
override public function newThrift():TBase

Returns
TBase
toThrift()method 
override public function toThrift():TBase

Returns
TBase