Show / Hide Table of Contents

Class HSContentPart

Contains a single part of a multipart POST data.

public record HSContentPart : IEquatable<HSContentPart>

Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
HSContentPart

Constructors

Name Description
HSContentPart(int, Dictionary<string, string>, byte[])

Properties

Name Description
Content

Raw content of this part. For example UTF-8 text.

ContentType

Content-Type header info.

FileName

Gets filename from Content-Disposition header.

Headers

Headers of this part.

Index

0-based index of this part in the list of parts.

Name

Gets name from Content-Disposition header.

Text

HSContentPart.Content converted to text.