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
This is the capture file from Charles and I have re-produce those Externalized Objects.
My C# code is pretty simple as below.
But I get error from the server.
Anyone can help me this code?
EDIT
I cannot even send as Externalized Object data type.


