Class GetPartyFilesHeadersAnswer
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()
    
  Namespace: SecureExchangesSDK.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetPartyFilesHeadersAnswer : Answer, INotifyPropertyChanged
  Properties
FileChunkHeaders
Declaration
public string FileChunkHeaders { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
FileHeaders
Declaration
public string FileHeaders { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
LastPartyPartnerActivity
Declaration
public string LastPartyPartnerActivity { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
LastQueryDate
Declaration
public string LastQueryDate { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Messages
Declaration
public string Messages { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
OtherCryptedChatState
Declaration
public string OtherCryptedChatState { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Implements
      System.ComponentModel.INotifyPropertyChanged