C# Class TrotiNet.HttpRequestLine

Container for a HTTP request line, i.e. the first line of a HTTP request
Show file Open project: Gizeta/Nekoxy-fiddler Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Return a string representation of the instance

Private Methods

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

Method Details

ToString() public method

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