20 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 (4)
Services\OpenApiSchemaService\OpenApiSchemaService.ResponseSchemas.cs (4)
1043
builder.MapPost("/filecontentresult", () => { return new FileContentResult([], MediaTypeNames.Application.
Octet
); })
1044
.Produces<FileContentResult>(contentType: MediaTypeNames.Application.
Octet
);
1066
builder.MapPost("/filestreamresult", () => { return new FileStreamResult(new MemoryStream(), MediaTypeNames.Application.
Octet
); })
1067
.Produces<FileStreamResult>(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>