C# 클래스 StoryTeller.Remotes.SocketConnection

상속: IDisposable, ISocketConnection
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
SendMessage ( string json ) : void
SocketConnection ( int port, bool owner, string>.Action onReceived ) : System
startReceiving ( bool owner ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SendMessage() 공개 메소드

public SendMessage ( string json ) : void
json string
리턴 void

SocketConnection() 공개 메소드

public SocketConnection ( int port, bool owner, string>.Action onReceived ) : System
port int
owner bool
onReceived string>.Action
리턴 System

startReceiving() 공개 메소드

public startReceiving ( bool owner ) : void
owner bool
리턴 void