C# Class GitSharp.Core.Transport.SshTransport

Inheritance: GitSharp.Core.Transport.TcpTransport
Afficher le fichier Open project: stschake/GitSharp

Méthodes publiques

Méthode Description
close ( ) : void

Méthodes protégées

Méthode Description
InitSession ( ) : void
SshTransport ( Repository local, URIish uri ) : System

Method Details

InitSession() protected méthode

protected InitSession ( ) : void
Résultat void

SshTransport() protected méthode

protected SshTransport ( Repository local, URIish uri ) : System
local Repository
uri URIish
Résultat System

close() public méthode

public close ( ) : void
Résultat void