<PackageReference Include="Azure.Storage.Blobs" Version="12.24.1" />
    
    
	
	
		
		
		
	 
	
	
        
                
                MultipartFormDataRequestContent
                
                
                
                
public static void (
HttpContent content, 
string contentType)
 
public static void (
HttpContent content, 
string name, 
string filename)
 
public void Add(
string content, 
string name, 
string filename = 
null, 
string contentType = 
null)
 
public void Add(
int content, 
string name, 
string filename = 
null, 
string contentType = 
null)
 
public void Add(
long content, 
string name, 
string filename = 
null, 
string contentType = 
null)
 
public void Add(
float content, 
string name, 
string filename = 
null, 
string contentType = 
null)
 
public void Add(
double content, 
string name, 
string filename = 
null, 
string contentType = 
null)
 
public void Add(
decimal content, 
string name, 
string filename = 
null, 
string contentType = 
null)
 
public void Add(
bool content, 
string name, 
string filename = 
null, 
string contentType = 
null)
 
public void Add(
Stream content, 
string name, 
string filename = 
null, 
string contentType = 
null)
 
public void Add(
byte[] 
content, 
string name, 
string filename = 
null, 
string contentType = 
null)
 
public void Add(
BinaryData content, 
string name, 
string filename = 
null, 
string contentType = 
null)