C# 클래스 GitSharp.Core.Transport.TransportGitAnon

Transport through a git-daemon waiting for anonymous TCP connections. This transport supports the git:// protocol, usually run on the IANA registered port 9418. It is a popular means for distributing open source projects, as there are no authentication or authorization overheads.
상속: GitSharp.Core.Transport.TcpTransport, IPackTransport
파일 보기 프로젝트 열기: jagregory/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
TransportGitAnon ( Repository local, URIish uri ) : System.Net.Sockets
canHandle ( URIish uri ) : bool
close ( ) : void
openFetch ( ) : IFetchConnection
openPush ( ) : IPushConnection

비공개 메소드들

메소드 설명
OpenConnection ( ) : Socket
Service ( string name, PacketLineOut pckOut ) : void

메소드 상세

TransportGitAnon() 공개 메소드

public TransportGitAnon ( Repository local, URIish uri ) : System.Net.Sockets
local Repository
uri URIish
리턴 System.Net.Sockets

canHandle() 공개 정적인 메소드

public static canHandle ( URIish uri ) : bool
uri URIish
리턴 bool

close() 공개 메소드

public close ( ) : void
리턴 void

openFetch() 공개 메소드

public openFetch ( ) : IFetchConnection
리턴 IFetchConnection

openPush() 공개 메소드

public openPush ( ) : IPushConnection
리턴 IPushConnection