Class UploadHandler
  
  
  
  
    Inheritance
    
    UploadHandler
      
      
   
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public class UploadHandler : IDisposable
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  contentType
  
  
  Declaration
  
    public string contentType { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  data
  
  
  Declaration
  
    public byte[] data { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  progress
  
  
  Declaration
  
    public float progress { get; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Dispose()
  
  
  Declaration
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Finalize()
  
  
  Declaration
  
    protected void Finalize()
   
  Implements
  
  Extension Methods