C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

FirstLine() публичный Метод

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.
Результат System

GetLine() публичный Метод

public GetLine ( ) : string
Результат string

GetOptions() публичный Метод

public GetOptions ( ) : ICollection
Результат ICollection