C# Class SharpCaster.Models.CastMessage

Mostrar archivo Open project: tapanila/SharpCaster Class Usage Examples

Public Methods

Method Description
CastMessage ( ) : System.IO
CastMessage ( string destinationId = "receiver-0", string sourceId = "sender-0" ) : System.IO
GetJsonType ( ) : string
ToProto ( bool includeHeader = true ) : byte[]

Method Details

CastMessage() public method

public CastMessage ( ) : System.IO
return System.IO

CastMessage() public method

public CastMessage ( string destinationId = "receiver-0", string sourceId = "sender-0" ) : System.IO
destinationId string
sourceId string
return System.IO

GetJsonType() public method

public GetJsonType ( ) : string
return string

ToProto() public method

public ToProto ( bool includeHeader = true ) : byte[]
includeHeader bool
return byte[]