1 instantiation of NopHeadersHandler
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
700
public static readonly NopHeadersHandler Instance = new
NopHeadersHandler
();
2 references to NopHeadersHandler
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
666
headersHandler =
NopHeadersHandler
.Instance;
700
public static readonly
NopHeadersHandler
Instance = new NopHeadersHandler();