3 references to Http2ConnectionPreface
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (3)
196
_outgoingBuffer.EnsureAvailableSpace(
Http2ConnectionPreface
.Length +
201
Http2ConnectionPreface
.CopyTo(_outgoingBuffer.AvailableSpan);
202
_outgoingBuffer.Commit(
Http2ConnectionPreface
.Length);