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