Свойство | Тип | Описание | |
---|---|---|---|
log | Logger |
Метод | Описание | |
---|---|---|
AddInstance ( string instanceId, |
||
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, |
||
Initialize ( string name, int listenPort, CommunicationTypes communicationType ) : void | ||
SendData ( string instanceId, object data ) : System.Threading.Tasks.Task | ||
Serialize ( object value, Stream s ) : void |
public AddInstance ( string instanceId, |
||
instanceId | string | |
expanderLocal | ||
Результат | void |
public MonoExpanderServer ( [ name = "" ) : System | ||
name | [ | |
Результат | System |
public MonoExpanderServer ( int listenPort, [ name = "" ) : System | ||
listenPort | int | |
name | [ | |
Результат | System |