1 write to _boundaryBytes
Microsoft.AspNetCore.WebUtilities (1)
MultipartBoundary.cs (1)
18
_boundaryBytes
= Encoding.UTF8.GetBytes("\r\n--" + boundary);
1 reference to _boundaryBytes
Microsoft.AspNetCore.WebUtilities (1)
MultipartBoundary.cs (1)
29
public ReadOnlySpan<byte> BoundaryBytes =>
_boundaryBytes
.AsSpan(_expectLeadingCrlf ? 0 : 2);