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