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

Inheritance: SessionStateBase
Show file Open project: williamoneill/Gallatin

Private Properties

Property Type Description

Public Methods

Method Description
ServerParserBodyAvailable ( byte data, ISessionContext context ) : void
ShouldSendPartialDataToClient ( byte data, ISessionContext context ) : bool
TransitionToState ( ISessionContext context ) : void

Method Details

ServerParserBodyAvailable() public method

public ServerParserBodyAvailable ( byte data, ISessionContext context ) : void
data byte
context ISessionContext
return void

ShouldSendPartialDataToClient() public method

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

TransitionToState() public method

public TransitionToState ( ISessionContext context ) : void
context ISessionContext
return void