C# Class 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.
Inheritance: GitSharp.Core.Transport.TcpTransport, IPackTransport
Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
TransportGitAnon ( Repository local, URIish uri ) : System.Net.Sockets
canHandle ( URIish uri ) : bool
close ( ) : void
openFetch ( ) : IFetchConnection
openPush ( ) : IPushConnection

Private Methods

Méthode Description
OpenConnection ( ) : Socket
Service ( string name, PacketLineOut pckOut ) : void

Method Details

TransportGitAnon() public méthode

public TransportGitAnon ( Repository local, URIish uri ) : System.Net.Sockets
local Repository
uri URIish
Résultat System.Net.Sockets

canHandle() public static méthode

public static canHandle ( URIish uri ) : bool
uri URIish
Résultat bool

close() public méthode

public close ( ) : void
Résultat void

openFetch() public méthode

public openFetch ( ) : IFetchConnection
Résultat IFetchConnection

openPush() public méthode

public openPush ( ) : IPushConnection
Résultat IPushConnection