ArcObjects Library Reference (System)  

IAMFSerializer.WriteAMF0MessageHeader Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAMFSerializer Interface