Method | Description | |
---|---|---|
AmfWriter ( ) : System | ||
GetByteArray ( ) : byte[] | ||
WriteBoolean ( bool boolean ) : void | ||
WriteNull ( ) : void | ||
WriteNumber ( double number ) : void | ||
WriteObject ( |
||
WriteString ( string str, bool objectStart = false ) : void |
public WriteObject ( |
||
amfObject | ||
isArray | bool | |
return | void |
public WriteString ( string str, bool objectStart = false ) : void | ||
str | string | |
objectStart | bool | |
return | void |