Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class TransferToPartyArgs

    Inheritance
    object
    TransferToPartyArgs
    Implements
    INotifyPropertyChanged
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.SecureExchanges
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class TransferToPartyArgs : INotifyPropertyChanged

    Properties

    CryptedChunk

    Declaration
    public string CryptedChunk { get; set; }
    Property Value
    Type Description
    string

    CryptedFileName

    Declaration
    public string CryptedFileName { get; set; }
    Property Value
    Type Description
    string

    CryptedFileSize

    Declaration
    public string CryptedFileSize { get; set; }
    Property Value
    Type Description
    string

    CryptedHandShakeID

    Declaration
    public string CryptedHandShakeID { get; set; }
    Property Value
    Type Description
    string

    FileID

    Declaration
    public string FileID { get; set; }
    Property Value
    Type Description
    string

    FileType

    Declaration
    public string FileType { get; set; }
    Property Value
    Type Description
    string

    Init

    Declaration
    public bool Init { get; set; }
    Property Value
    Type Description
    bool

    NbChunk

    Declaration
    public string NbChunk { get; set; }
    Property Value
    Type Description
    string

    Serial

    Declaration
    public Guid Serial { get; set; }
    Property Value
    Type Description
    Guid

    Session

    Declaration
    public string Session { get; set; }
    Property Value
    Type Description
    string

    StartPosition

    Declaration
    public string StartPosition { get; set; }
    Property Value
    Type Description
    string

    ToPartyPosition

    Declaration
    public string ToPartyPosition { get; set; }
    Property Value
    Type Description
    string

    Methods

    RaisePropertyChanged(string)

    Declaration
    protected void RaisePropertyChanged(string propertyName)
    Parameters
    Type Name Description
    string propertyName

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

    INotifyPropertyChanged

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation