C# Class DotAmf.Data.AmfMessageDescriptor

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

Public Properties

Property Type Description
Response string
Target string

Property Details

Response public property

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

Target public property

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