1 reference to CreateHttp1EncodedBytes
System.Net.Http (1)
System\Net\Http\HttpMethod.SocketsHttpHandler.cs (1)
45
internal byte[] Http1EncodedBytes => _http1EncodedBytes ??
CreateHttp1EncodedBytes
();