C# Class NGit.Transport.UploadPack.FirstLine

Data in the first line of a request, the line itself plus options.
Data in the first line of a request, the line itself plus options.
Afficher le fichier Open project: red-gate/ngit Class Usage Examples

Méthodes publiques

Méthode Description
FirstLine ( string line ) : System

Parse the first line of a receive-pack request.

Parse the first line of a receive-pack request.

GetLine ( ) : string
GetOptions ( ) : ICollection

Method Details

FirstLine() public méthode

Parse the first line of a receive-pack request.
Parse the first line of a receive-pack request.
public FirstLine ( string line ) : System
line string line from the client.
Résultat System

GetLine() public méthode

public GetLine ( ) : string
Résultat string

GetOptions() public méthode

public GetOptions ( ) : ICollection
Résultat ICollection