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

CreateErrorStream() private static method

private static CreateErrorStream ( ) : Stream
return Stream
        private static Stream CreateErrorStream()
        {
            return new GitSshErrorStream();
        }