8 references to KnownContentType
Aspire.Dashboard (8)
Otlp\Http\OtlpHttpEndpointsBuilder.cs (8)
76
private static
KnownContentType
GetKnownContentType(string? contentType, out StringSegment charSet)
83
return
KnownContentType
.Json;
89
return
KnownContentType
.Protobuf;
94
return
KnownContentType
.None;
115
case
KnownContentType
.Protobuf:
132
case
KnownContentType
.Json:
150
case
KnownContentType
.Protobuf:
160
case
KnownContentType
.Json: