Class HSContentPart
Contains a single part of a multipart POST data.
public record HSContentPart : IEquatable<HSContentPart>
Namespace: Au.Types
Assembly: Au.dll
Constructors
| Name | Description |
|---|---|
| HSContentPart(int, Dictionary<string, string>, byte[]) |
Properties
| Name | Description |
|---|---|
| Content | Raw content of this part. For example UTF-8 text. |
| ContentType |
|
| FileName | Gets filename from |
| Headers | Headers of this part. |
| Index | 0-based index of this part in the list of parts. |
| Name | Gets name from |
| Text | HSContentPart.Content converted to text. |