Class DownloadHandlerFile
  
  
  
  
    Inheritance
    
    
    DownloadHandlerFile
   
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public sealed class DownloadHandlerFile : DownloadHandler, IDisposable
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DownloadHandlerFile(String)
  
  
  Declaration
  
    public DownloadHandlerFile(string path)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | path |  | 
    
  
  Properties
  
  
  
  
  removeFileOnAbort
  
  
  Declaration
  
    public bool removeFileOnAbort { get; set; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetData()
  
  
  Declaration
  
    protected override byte[] GetData()
   
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetText()
  
  
  Declaration
  
    protected override string GetText()
   
  Returns
  
  Overrides
  
  Implements
  
  Extension Methods