public static System.Threading.Tasks.Task <string> ReadAsStringAsync(this Microsoft.AspNetCore.WebUtilities.MultipartSection section)
 {
     throw null;
 }
 public static Microsoft.AspNetCore.WebUtilities.FormMultipartSection?AsFormDataSection(this Microsoft.AspNetCore.WebUtilities.MultipartSection section)
 {
     throw null;
 }
 public static Microsoft.Net.Http.Headers.ContentDispositionHeaderValue?GetContentDispositionHeader(this Microsoft.AspNetCore.WebUtilities.MultipartSection section)
 {
     throw null;
 }
 public FormMultipartSection(Microsoft.AspNetCore.WebUtilities.MultipartSection section, Microsoft.Net.Http.Headers.ContentDispositionHeaderValue?header)
 {
 }
 public FormMultipartSection(Microsoft.AspNetCore.WebUtilities.MultipartSection section)
 {
 }
Пример #6
0
 public static Microsoft.AspNetCore.WebUtilities.MultipartSection EnableRewind(this Microsoft.AspNetCore.WebUtilities.MultipartSection section, System.Action <System.IDisposable> registerForDispose, int bufferThreshold = 30720, System.Nullable <long> bufferLimit = null)
 {
     throw null;
 }
Пример #7
0
 public static Microsoft.AspNetCore.WebUtilities.FileMultipartSection AsFileSection(this Microsoft.AspNetCore.WebUtilities.MultipartSection section)
 {
     throw null;
 }
Пример #8
0
 public FileMultipartSection(Microsoft.AspNetCore.WebUtilities.MultipartSection section, Microsoft.Net.Http.Headers.ContentDispositionHeaderValue header) => throw null;