C# 클래스 SharpCaster.Models.CastMessage

파일 보기 프로젝트 열기: tapanila/SharpCaster 1 사용 예제들

공개 메소드들

메소드 설명
CastMessage ( ) : System.IO
CastMessage ( string destinationId = "receiver-0", string sourceId = "sender-0" ) : System.IO
GetJsonType ( ) : string
ToProto ( bool includeHeader = true ) : byte[]

메소드 상세

CastMessage() 공개 메소드

public CastMessage ( ) : System.IO
리턴 System.IO

CastMessage() 공개 메소드

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

GetJsonType() 공개 메소드

public GetJsonType ( ) : string
리턴 string

ToProto() 공개 메소드

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