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