Class TransferToPartyArgs
  
  
  
  
    Inheritance
    System.Object
    TransferToPartyArgs
   
  
    Implements
    System.ComponentModel.INotifyPropertyChanged
   
  
    Inherited Members
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
   
  
  Assembly: SecureExchangesSDK.dll
  Syntax
  
    [Serializable]
public class TransferToPartyArgs : INotifyPropertyChanged
   
  Properties
  
  
  
  
  CryptedChunk
  
  
  Declaration
  
    public string CryptedChunk { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  CryptedFileName
  
  
  Declaration
  
    public string CryptedFileName { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  CryptedFileSize
  
  
  Declaration
  
    public string CryptedFileSize { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  CryptedHandShakeID
  
  
  Declaration
  
    public string CryptedHandShakeID { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  FileID
  
  
  Declaration
  
    public string FileID { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  FileType
  
  
  Declaration
  
    public string FileType { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Init
  
  
  Declaration
  
    public bool Init { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  NbChunk
  
  
  Declaration
  
    public string NbChunk { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Serial
  
  
  Declaration
  
    public Guid Serial { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Guid | 
         | 
      
    
  
  
  
  
  Session
  
  
  Declaration
  
    public string Session { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  StartPosition
  
  
  Declaration
  
    public string StartPosition { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  ToPartyPosition
  
  
  Declaration
  
    public string ToPartyPosition { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Methods
  
  
  
  
  RaisePropertyChanged(String)
  
  
  Declaration
  
    protected void RaisePropertyChanged(string propertyName)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        propertyName | 
         | 
      
    
  
  Events
  
  
  
  PropertyChanged
  
  
  Declaration
  
    public event PropertyChangedEventHandler PropertyChanged
   
  Event Type
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.ComponentModel.PropertyChangedEventHandler | 
         | 
      
    
  
  Implements
  
      System.ComponentModel.INotifyPropertyChanged
  
  Extension Methods