Search Results for

    Class AMNetOutputStream

    Default output sink for redirecting Java stderr into .NET code.

    Inheritance
    object
    AMNetOutputStream
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: ApacheMinaSSHD.NET.Wrapper.Logging
    Assembly: ApacheMinaSSHD.NET.Wrapper.dll
    Syntax
    public class AMNetOutputStream

    Constructors

    | Edit this page View Source

    AMNetOutputStream(Action<string>?)

    Creates a stderr redirector.

    Declaration
    public AMNetOutputStream(Action<string>? writeLine = null)
    Parameters
    Type Name Description
    Action<string> writeLine

    Optional callback that receives each redirected line.

    Methods

    | Edit this page View Source

    RedirectStandardError()

    Redirects the SSH runtime standard error stream to the configured callback.

    Declaration
    public void RedirectStandardError()
    • Edit this page
    • View Source
    In this article
    Back to top Porta SFTP ServerGitHubApacheMinaSSHD.NET Generated by DocFX