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