MultipartSection Class¶
- Namespace
Microsoft.AspNetCore.WebUtilities
- Assemblies
- Microsoft.AspNetCore.WebUtilities
Properties¶
-
Microsoft.AspNetCore.WebUtilities.MultipartSection.
BaseStreamOffset
¶ The position where the body starts in the total multipart body. This may not be available if the total multipart body is not seekable.
Return type: System.Nullable<System.Int64> public long ? BaseStreamOffset { get; set; }
-
Microsoft.AspNetCore.WebUtilities.MultipartSection.
Body
¶ Return type: System.IO.Stream public Stream Body { get; set; }
-
Microsoft.AspNetCore.WebUtilities.MultipartSection.
ContentDisposition
¶ Return type: System.String public string ContentDisposition { get; }
-
Microsoft.AspNetCore.WebUtilities.MultipartSection.
ContentType
¶ Return type: System.String public string ContentType { get; }
-
Microsoft.AspNetCore.WebUtilities.MultipartSection.
Headers
¶ Return type: System.Collections.Generic.Dictionary<System.String> public Dictionary<string, StringValues> Headers { get; set; }
-