C# Class TrotiNet.HttpRequestLine

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

Méthodes publiques

Méthode Description
ToString ( ) : string

Return a string representation of the instance

Private Methods

Méthode Description
HttpRequestLine ( HttpSocket hs ) : System
HttpRequestLine ( string line ) : System
SendTo ( HttpSocket hs ) : void
UpdateRequestLine ( ) : void

Method Details

ToString() public méthode

Return a string representation of the instance
public ToString ( ) : string
Résultat string