Class MultipartFormDataSection
  
  
  
  
    Inheritance
    
    MultipartFormDataSection
   
  
  
  
  Assembly: UnityEngine.dll
  
  
    public class MultipartFormDataSection : IMultipartFormSection
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public MultipartFormDataSection(byte[] data)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Byte[] | data |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public MultipartFormDataSection(string data)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | data |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public MultipartFormDataSection(string name, byte[] data)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public MultipartFormDataSection(string name, byte[] data, string contentType)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public MultipartFormDataSection(string name, string data)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public MultipartFormDataSection(string name, string data, string contentType)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MultipartFormDataSection(String, String, Encoding, String)
  
  
  Declaration
  
    public MultipartFormDataSection(string name, string data, Encoding encoding, string contentType)
   
  Parameters
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  contentType
  
  
  Declaration
  
    public string contentType { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public string fileName { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public byte[] sectionData { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public string sectionName { get; }
   
  Property Value
  
  Implements
  
  Extension Methods