3 writes to _keepAliveEnabled
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
48
_keepAliveEnabled
= HttpTransportDefaults.KeepAliveEnabled;
69
_keepAliveEnabled
= elementToBeCloned._keepAliveEnabled;
199
_keepAliveEnabled
= value;
4 references to _keepAliveEnabled
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (4)
69
_keepAliveEnabled = elementToBeCloned.
_keepAliveEnabled
;
195
return
_keepAliveEnabled
;
588
if (
_keepAliveEnabled
!= http.
_keepAliveEnabled
)