C# Class DotAmf.Data.AmfHeaderDescriptor

AMF header descriptor.
Show file Open project: artema/DotAmf Class Usage Examples

Public Properties

Property Type Description
MustUnderstand bool
Name string

Property Details

MustUnderstand public property

Client must understand this header or handle an error if he can't.
public bool MustUnderstand
return bool

Name public property

A remote operation or method to be invoked by this header.
public string Name
return string