C# Class Gallatin.Core.Service.SessionState.UninitializedState

Inheritance: SessionStateBase
Afficher le fichier Open project: williamoneill/Gallatin

Méthodes publiques

Méthode Description
ShouldSendPartialDataToClient ( byte data, ISessionContext context ) : bool
ShouldSendPartialDataToServer ( byte data, ISessionContext context ) : bool

Method Details

ShouldSendPartialDataToClient() public méthode

public ShouldSendPartialDataToClient ( byte data, ISessionContext context ) : bool
data byte
context ISessionContext
Résultat bool

ShouldSendPartialDataToServer() public méthode

public ShouldSendPartialDataToServer ( byte data, ISessionContext context ) : bool
data byte
context ISessionContext
Résultat bool