3 references to SeparatorBytes
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1468byte[]? separator = headerValues.Length > 1 ? header.Key.SeparatorBytes : null;
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
758byte[]? separator = headerValues.Length > 1 ? header.Key.SeparatorBytes : null;
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
453byte[] separator = header.Key.SeparatorBytes;