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