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

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

Méthodes publiques

Méthode Description
SentFullServerResponseToClient ( IHttpResponse response, ISessionContext context ) : void
ShouldSendPartialDataToServer ( byte data, ISessionContext context ) : bool

Method Details

SentFullServerResponseToClient() public méthode

public SentFullServerResponseToClient ( IHttpResponse response, ISessionContext context ) : void
response IHttpResponse
context ISessionContext
Résultat void

ShouldSendPartialDataToServer() public méthode

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