C# Class DotAmf.Data.AmfHeaderDescriptor

AMF header descriptor.
Afficher le fichier Open project: artema/DotAmf Class Usage Examples

Méthodes publiques

Свойство Type Description
MustUnderstand bool
Name string

Property Details

MustUnderstand public_oe property

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

Name public_oe property

A remote operation or method to be invoked by this header.
public string Name
Résultat string