How to request flex.messaging.io.ArrayCollection as Externalized Object in FluorineFx for C#?

564 views Asked by At

currently I am developing C# application that sends amf packet to server using FluorineFx.

It works fine, but I found out strange datatype called Externalized Object.

I cannot find out what kind of datatype that is from wikipedia.

https://en.wikipedia.org/wiki/Action_Message_Format

enter image description here

This is the capture file from Charles and I have re-produce those Externalized Objects.

My C# code is pretty simple as below.

enter image description here

But I get error from the server.

Anyone can help me this code?

EDIT

I cannot even send as Externalized Object data type.

enter image description here

0

There are 0 answers