| Package | system.remoting |
| Class | public dynamic class RemotingServiceProxy |
| Inheritance | RemotingServiceProxy flash.utils.Proxy |
| Property | Defined By | ||
|---|---|---|---|
| service : RemotingService
The RemotingService reference of this proxy. | RemotingServiceProxy | ||
| Method | Defined By | ||
|---|---|---|---|
RemotingServiceProxy(service:RemotingService)
Creates a new RemotingServiceProxy instance. | RemotingServiceProxy | ||
| Method | Defined By | ||
|---|---|---|---|
callProperty(name:*, ... rest):* [override]
Overrides the behavior of an object property that can be called as a function. | RemotingServiceProxy | ||
| service | property |
public var service:RemotingServiceThe RemotingService reference of this proxy.
| RemotingServiceProxy | () | Constructor |
public function RemotingServiceProxy(service:RemotingService)Creates a new RemotingServiceProxy instance.
Parametersservice:RemotingService — The RemotingService reference of this proxy.
|
| callProperty | () | method |
override flash_proxy function callProperty(name:*, ... rest):*Overrides the behavior of an object property that can be called as a function.
Parameters
name:* | |
... rest |
* |