C# Class TrotiNet.HttpStatusLine

Container for a HTTP status line, i.e. the first line of a HTTP response
Mostrar archivo Open project: Gizeta/Nekoxy-fiddler Class Usage Examples

Public Properties

Property Type Description
StatusLine string

Public Methods

Method Description
ToString ( ) : string

Return a string representation of the instance

Private Methods

Method Description
HttpStatusLine ( HttpSocket hs ) : System
HttpStatusLine ( string line ) : System
SendTo ( HttpSocket hs ) : void

Method Details

ToString() public method

Return a string representation of the instance
public ToString ( ) : string
return string

Property Details

StatusLine public_oe property

Original status line as seen in the TCP stream
public string StatusLine
return string