C# 클래스 Animatroller.Framework.Expander.MonoExpanderServer

상속: IDisposable, IPort, IRunnable
파일 보기 프로젝트 열기: HakanL/animatroller

보호된 프로퍼티들

프로퍼티 타입 설명
log Logger

공개 메소드들

메소드 설명
AddInstance ( string instanceId, MonoExpanderInstance expanderLocal ) : void
Dispose ( ) : void
MonoExpanderServer ( [ name = "" ) : System
MonoExpanderServer ( int listenPort, [ name = "" ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
ClientConnected ( string instanceId, string connectionId ) : void
DataReceived ( string instanceId, string connectionId, string messageType, byte data ) : void
DeserializeFromStream ( Stream stream, Type messageType ) : object
Initialize ( string name, int listenPort, CommunicationTypes communicationType ) : void
SendData ( string instanceId, object data ) : System.Threading.Tasks.Task
Serialize ( object value, Stream s ) : void

메소드 상세

AddInstance() 공개 메소드

public AddInstance ( string instanceId, MonoExpanderInstance expanderLocal ) : void
instanceId string
expanderLocal MonoExpanderInstance
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MonoExpanderServer() 공개 메소드

public MonoExpanderServer ( [ name = "" ) : System
name [
리턴 System

MonoExpanderServer() 공개 메소드

public MonoExpanderServer ( int listenPort, [ name = "" ) : System
listenPort int
name [
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

log 보호되어 있는 정적으로 프로퍼티

protected static Logger log
리턴 Logger