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

openPush() public method

public openPush ( ) : IPushConnection
return IPushConnection
        public override IPushConnection openPush()
        {
            return new SshPushConnection(this);
        }