Property | Type | Description | |
---|---|---|---|
connectionId | string | ||
instanceId | string | ||
log | Logger | ||
name | string | ||
sendAction | Action |
Method | Description | |
---|---|---|
ClientConnected ( string connectionId ) : void | ||
Handle ( |
||
Handle ( |
||
Handle ( Ping message ) : void | ||
HandleMessage ( string connectionId, |
||
MonoExpanderBaseInstance ( ) : System |
Method | Description | |
---|---|---|
SendMessage ( object message, string stateKey = null ) : void |
Method | Description | |
---|---|---|
CalculateSignatureSha1 ( string fileName ) : byte[] | ||
Initialize ( string expanderSharedFiles, string instanceId, Action |
public ClientConnected ( string connectionId ) : void | ||
connectionId | string | |
return | void |
public Handle ( |
||
message | ||
return | void |
public Handle ( |
||
message | ||
return | void |
public HandleMessage ( string connectionId, |
||
connectionId | string | |
messageType | ||
messageObject | object | |
return | void |
protected SendMessage ( object message, string stateKey = null ) : void | ||
message | object | |
stateKey | string | |
return | void |