C# Class Animatroller.Framework.Expander.MonoExpanderBaseInstance

Afficher le fichier Open project: HakanL/animatroller

Protected Properties

Свойство Type Description
connectionId string
instanceId string
log Logger
name string
sendAction Action

Méthodes publiques

Méthode Description
ClientConnected ( string connectionId ) : void
Handle ( FileChunkRequest message ) : void
Handle ( FileRequest message ) : void
Handle ( Ping message ) : void
HandleMessage ( string connectionId, Type messageType, object messageObject ) : void
MonoExpanderBaseInstance ( ) : System

Méthodes protégées

Méthode Description
SendMessage ( object message, string stateKey = null ) : void

Private Methods

Méthode Description
CalculateSignatureSha1 ( string fileName ) : byte[]
Initialize ( string expanderSharedFiles, string instanceId, Action sendAction ) : void

Method Details

ClientConnected() public méthode

public ClientConnected ( string connectionId ) : void
connectionId string
Résultat void

Handle() public méthode

public Handle ( FileChunkRequest message ) : void
message Animatroller.Framework.MonoExpanderMessages.FileChunkRequest
Résultat void

Handle() public méthode

public Handle ( FileRequest message ) : void
message Animatroller.Framework.MonoExpanderMessages.FileRequest
Résultat void

Handle() public méthode

public Handle ( Ping message ) : void
message Ping
Résultat void

HandleMessage() public méthode

public HandleMessage ( string connectionId, Type messageType, object messageObject ) : void
connectionId string
messageType System.Type
messageObject object
Résultat void

MonoExpanderBaseInstance() public méthode

public MonoExpanderBaseInstance ( ) : System
Résultat System

SendMessage() protected méthode

protected SendMessage ( object message, string stateKey = null ) : void
message object
stateKey string
Résultat void

Property Details

connectionId protected_oe property

protected string connectionId
Résultat string

instanceId protected_oe property

protected string instanceId
Résultat string

log protected_oe static_oe property

protected static Logger log
Résultat Logger

name protected_oe property

protected string name
Résultat string

sendAction protected_oe property

protected Action sendAction
Résultat Action