3 writes to _inactivityTimeout
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (3)
41
_inactivityTimeout
= other._inactivityTimeout;
229
_inactivityTimeout
= value;
361
_inactivityTimeout
= defaultInactivityTimeout;
2 references to _inactivityTimeout
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
41
_inactivityTimeout = other.
_inactivityTimeout
;
215
return
_inactivityTimeout
;