1 write to _hostHeaderLineBytes
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
191
_hostHeaderLineBytes
= hostHeaderLine;
2 references to _hostHeaderLineBytes
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
193
Debug.Assert(Encoding.ASCII.GetString(
_hostHeaderLineBytes
) == $"Host: {hostHeader}\r\n");
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (1)
33
public byte[]? HostHeaderLineBytes =>
_hostHeaderLineBytes
;