C# Class GitSharp.Core.Transport.SshTransport

Inheritance: GitSharp.Core.Transport.TcpTransport
ファイルを表示 Open project: stschake/GitSharp

Public Methods

Method Description
close ( ) : void

Protected Methods

Method Description
InitSession ( ) : void
SshTransport ( Repository local, URIish uri ) : System

Method Details

InitSession() protected method

protected InitSession ( ) : void
return void

SshTransport() protected method

protected SshTransport ( Repository local, URIish uri ) : System
local Repository
uri URIish
return System

close() public method

public close ( ) : void
return void