GlidingSquirrel : SBRL.GlidingSquirrel.Http Namespace

HttpConnectionAction Enum

Describes what Gliding Squirrel should do with a connection once your HandleRequest() method has finished building a response.

Syntax

public enum HttpConnectionAction

Remarks

Documentation for this section has not yet been entered.

Members

Member Name Description
Continue Continues as normal by sending the response to the client, and then handling keep-alives as normal.
KillConnection Kills the connection without sending the response.
LeaveAlone Assumes that the client connection has been handed off to another connection manager and leaves it alone.
SendAndKillConnection Sends the response to the client, and then kills the connection.

Requirements

Namespace: SBRL.GlidingSquirrel.Http
Assembly: GlidingSquirrel (in GlidingSquirrel.dll)
Assembly Versions: 0.0.0.0, 1.0.6562.35419, 1.0.6562.35930, 1.0.6566.37627, 1.0.6620.40465, 1.0.6629.34522, 1.0.6744.34319, 1.0.6744.34540, 1.0.6746.26208, 1.0.6746.26412, 1.0.6746.26518, 1.0.6746.26789, 1.0.6746.26804, 1.0.6746.26825, 1.0.6746.26834, 1.0.6746.26851, 1.0.6746.26854, 1.0.6746.27195, 1.0.6746.27200, 1.0.6786.21077, 1.0.6786.21083, 1.0.6786.38758, 1.0.6786.38797, 1.0.6786.38837, 1.0.6786.38901, 1.0.6786.38913, 1.0.6786.39083, 1.0.6786.39119, 1.0.6786.39136, 1.0.6786.39265