The NetConnection Client Side API lets you invoke commands on a remote application server (such as Adobe's Macromedia Flash Media Server, FluorineFx, Red5, AMFPHP) from a .NET application.
The API supports both AMFChannels for RPC services and RTMP channels.
When RTMP is used the API supports Remote Shared Object operations too and the application server can invoke methods on the .NET client side.
Special considerations when using the NetConnection Client Side API
As events dispatched from the API generally are raised from a threadpool thread you must be careful to make calls to your controls in a thread-safe way.
For more information, see the [FluorineFx InstallDir]\Samples\Misc sample applications.