This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAMFSerializer Interface > IAMFSerializer.WriteAMF0MessageHeader Method (ArcObjects .NET 10.4 SDK) |
AMF message packet #3a call. Write message(s). Set isAMF3content to true if you are sending AMF3 data in the message.
[Visual Basic .NET] Public Sub WriteAMF0MessageHeader ( _ ByVal targetURI As String, _ ByVal respURI As String, _ ByVal length As Integer _ )
[C#] public void WriteAMF0MessageHeader ( string targetURI, string respURI, int length );
[C++]
HRESULT WriteAMF0MessageHeader(
BSTR targetURI,
BSTR respURI,
long length
);
[C++]
Parameters targetURI [in] targetURI is a parameter of type BSTR respURI [in] respURI is a parameter of type BSTR length [in] length is a parameter of type long