C# Class DotAmf.Data.AmfMessageDescriptor

AMF message descriptor.
Mostrar archivo Open project: artema/DotAmf Class Usage Examples

Public Properties

Property Type Description
Response string
Target string

Property Details

Response public_oe property

A method on the local client that should be invoked to handle the response.
public string Response
return string

Target public_oe property

An operation, function, or method is to be remotely invoked.
public string Target
return string