18 references to Octet
Microsoft.AspNetCore.Components.WebAssembly.Server (6)
ComponentsWebAssemblyApplicationBuilderExtensions.cs (6)
89
AddMapping(contentTypeProvider, ".dll", MediaTypeNames.Application.
Octet
);
90
AddMapping(contentTypeProvider, ".webcil", MediaTypeNames.Application.
Octet
);
93
AddMapping(contentTypeProvider, ".pdb", MediaTypeNames.Application.
Octet
);
94
AddMapping(contentTypeProvider, ".br", MediaTypeNames.Application.
Octet
);
95
AddMapping(contentTypeProvider, ".dat", MediaTypeNames.Application.
Octet
);
96
AddMapping(contentTypeProvider, ".blat", MediaTypeNames.Application.
Octet
);
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiSchemaService\OpenApiSchemaService.ResponseSchemas.cs (2)
1042
builder.MapPost("/filecontentresult", () => { return new FileContentResult([], MediaTypeNames.Application.
Octet
); })
1043
.Produces<FileContentResult>(contentType: MediaTypeNames.Application.
Octet
);
System.Memory.Data (10)
System\BinaryData.cs (10)
50
/// Gets the MIME type of this data, e.g. <see cref="MediaTypeNames.Application.
Octet
"/>.
70
/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.
Octet
"/>.</param>
128
/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.
Octet
"/>.</param>
153
/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.
Octet
"/>.</param>
174
/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.
Octet
"/>.</param>
193
/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.
Octet
"/>.</param>
233
/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.
Octet
"/>.</param>
259
/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.
Octet
"/>.</param>
321
/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.
Octet
"/>.</param>
345
/// <param name="mediaType">MIME type of this data, e.g. <see cref="MediaTypeNames.Application.
Octet
"/>.</param>