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.
파일 보기 프로젝트 열기: red-gate/ngit 1 사용 예제들

공개 메소드들

메소드 설명
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