2 references to KeepAliveEnabled
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestContext.cs (2)
44
return listener.
KeepAliveEnabled
;
839
listenerContext.Response.KeepAlive = listener.
KeepAliveEnabled
;