3 references to Http2ConnectionPreface
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (3)
197int requiredSpace = Http2ConnectionPreface.Length + 204Http2ConnectionPreface.CopyTo(_outgoingBuffer.AvailableSpan); 205_outgoingBuffer.Commit(Http2ConnectionPreface.Length);