3 references to GetConnectionClose
System.Net.Http (3)
System\Net\Http\Headers\HttpGeneralHeaders.cs (1)
36
return
GetConnectionClose
(_parent, this);
System\Net\Http\Headers\HttpRequestHeaders.cs (1)
220
get { return HttpGeneralHeaders.
GetConnectionClose
(this, _generalHeaders); } // special-cased to avoid forcing _generalHeaders initialization
System\Net\Http\Headers\HttpResponseHeaders.cs (1)
88
get { return HttpGeneralHeaders.
GetConnectionClose
(this, _generalHeaders); } // special-cased to avoid forcing _generalHeaders initialization