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

Inheritance: SessionStateBase
Exibir arquivo Open project: williamoneill/Gallatin

Public Methods

Method Description
SentFullServerResponseToClient ( IHttpResponse response, ISessionContext context ) : void
ShouldSendPartialDataToServer ( byte data, ISessionContext context ) : bool

Method Details

SentFullServerResponseToClient() public method

public SentFullServerResponseToClient ( IHttpResponse response, ISessionContext context ) : void
response IHttpResponse
context ISessionContext
return void

ShouldSendPartialDataToServer() public method

public ShouldSendPartialDataToServer ( byte data, ISessionContext context ) : bool
data byte
context ISessionContext
return bool