Search Results for

    Interface ISshReadWrite

    Provides metadata for SFTP read and write events.

    Inherited Members
    ISshEvent.Session
    ISshEvent.RemoteHandle
    ISshEvent.SshHandle
    ISshEvent.Exception
    Namespace: ApacheMinaSSHD.NET.Wrapper.Abstractions.Models
    Assembly: ApacheMinaSSHD.NET.Wrapper.dll
    Syntax
    public interface ISshReadWrite : ISshEvent

    Properties

    | Edit this page View Source

    Data

    Gets the data buffer associated with the read or write operation.

    Declaration
    byte[] Data { get; }
    Property Value
    Type Description
    byte[]
    | Edit this page View Source

    Length

    Gets the number of bytes requested or processed.

    Declaration
    int Length { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Offset

    Gets the file offset for the read or write operation.

    Declaration
    long Offset { get; }
    Property Value
    Type Description
    long
    • Edit this page
    • View Source
    In this article
    Back to top Porta SFTP ServerGitHubApacheMinaSSHD.NET Generated by DocFX