4 references to UTF32Preamble
System.Net.Http (4)
System\Net\Http\HttpContent.cs (4)
721
return data.StartsWith(
UTF32Preamble
) ?
UTF32Preamble
.Length : 0;
744
if (data.StartsWith(
UTF32Preamble
))
747
preambleLength =
UTF32Preamble
.Length;