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.
显示文件 Open project: red-gate/ngit Class Usage Examples

Public Methods

Method 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 method

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.
return System

GetLine() public method

public GetLine ( ) : string
return string

GetOptions() public method

public GetOptions ( ) : ICollection
return ICollection