GitSharp.Core.Transport.TransportGitSsh.openFetch C# (CSharp) Method

openFetch() public method

public openFetch ( ) : IFetchConnection
return IFetchConnection
        public override IFetchConnection openFetch()
        {
            return new SshFetchConnection(this);
        }