C# Class SharpCaster.Models.CastMessage

Afficher le fichier Open project: tapanila/SharpCaster Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CastMessage ( ) : System.IO
Résultat System.IO

CastMessage() public méthode

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

GetJsonType() public méthode

public GetJsonType ( ) : string
Résultat string

ToProto() public méthode

public ToProto ( bool includeHeader = true ) : byte[]
includeHeader bool
Résultat byte[]