• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • SharpDialogs
      • SharpDialogFilter
      • SharpDialogHelpers
      • SharpFileOpenDialog
      • SharpFileSaveDialog
      • SharpFolderBrowserDialog
      • SharpInputBox
      • SharpProgressDialog
      • SharpTaskbarProgress
      • SharpTaskbarStates
    • SharpDialogs.Wpf
      • SharpFileOpenDialogWpf
      • SharpFileSaveDialogWpf
      • SharpFolderBrowserDialogWpf
      • SharpProgressDialogWpf
      • SharpTaskbarProgressWpf
    • SharpFileTransferManager
      • SharpSuffixStyle
      • SharpTransferManager
      • SharpTransferProgress
      • SharpTransferResult
    • SharpWpfAboutBox
      • SharpAboutBox
      • SharpAppProperties

    Class SharpTransferProgress

    Inheritance
    object
    SharpTransferProgress
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: SharpFileTransferManager
    Assembly: SharpFileTransferManager.dll
    Syntax
    public class SharpTransferProgress

    Constructors

    | Edit this page View Source

    SharpTransferProgress(DateTime, long)

    Declaration
    public SharpTransferProgress(DateTime startedTimestamp, long bytesTransfered)
    Parameters
    Type Name Description
    DateTime startedTimestamp
    long bytesTransfered

    Properties

    | Edit this page View Source

    BytesPerSecond

    Declaration
    public double BytesPerSecond { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    BytesTransferred

    Declaration
    public long BytesTransferred { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Fraction

    Declaration
    public double Fraction { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Percentage

    Declaration
    public double Percentage { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    ProcessedFile

    Declaration
    public string ProcessedFile { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StreamSize

    Declaration
    public long StreamSize { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Total

    Declaration
    public long Total { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Transferred

    Declaration
    public long Transferred { get; set; }
    Property Value
    Type Description
    long

    Methods

    | Edit this page View Source

    GetBytesTransferedFormatted(SharpSuffixStyle, int)

    Declaration
    public string GetBytesTransferedFormatted(SharpSuffixStyle suffixStyle, int decimalPlaces)
    Parameters
    Type Name Description
    SharpSuffixStyle suffixStyle
    int decimalPlaces
    Returns
    Type Description
    string
    | Edit this page View Source

    GetDataPerSecondFormatted(SharpSuffixStyle, int)

    Declaration
    public string GetDataPerSecondFormatted(SharpSuffixStyle suffixStyle, int decimalPlaces)
    Parameters
    Type Name Description
    SharpSuffixStyle suffixStyle
    int decimalPlaces
    Returns
    Type Description
    string
    | Edit this page View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright Jérémy Ansel (c) 2025