3 writes to KeepAlive
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3017this.listenerResponse.KeepAlive = false;
System\ServiceModel\Channels\HttpRequestContext.cs (2)
835listenerContext.Response.KeepAlive = false; 839listenerContext.Response.KeepAlive = listener.KeepAliveEnabled;