KrRawPart record

Represents a stored raw part, preserving order in multipart/mixed payloads.

public record KrRawPart

Public Members

name description
ContentType { get; set; } Gets the content type of the part.
Headers { get; set; } Gets the headers associated with the part.
Length { get; set; } Gets the length of the stored part.
Name { get; set; } Gets the optional part name.
NestedPayload { get; set; } Gets the nested multipart payload, if present.
TempPath { get; set; } Gets the temporary storage path for the part.

See Also