1 write to isHttpApiLibAvailable
WsatConfig (1)
Configuration\Utilities.cs (1)
191
isHttpApiLibAvailable
= IsHttpApiLibAvailableHelper();
2 references to isHttpApiLibAvailable
WsatConfig (2)
Configuration\Utilities.cs (2)
189
if (!
isHttpApiLibAvailable
.HasValue)
194
return (bool)
isHttpApiLibAvailable
.Value;