4 references to DefaultServerKeepAlive
VBCSCompiler (2)
BuildServerController.cs (2)
79
return ServerDispatcher.
DefaultServerKeepAlive
;
85
return ServerDispatcher.
DefaultServerKeepAlive
;
VBCSCompiler.UnitTests (2)
BuildServerControllerTests.cs (2)
42
Assert.Equal(ServerDispatcher.
DefaultServerKeepAlive
, _controller.GetKeepAliveTimeout());
48
Assert.Equal(ServerDispatcher.
DefaultServerKeepAlive
, _controller.GetKeepAliveTimeout());