The underlying service implementation.
コード例 #1
0
 /// <summary>
 /// Implementation of the startup routine for the host service.
 /// </summary>
 private void StartupServer()
 {
     Service = new TestServiceEngine(_serviceOptions)
     {
         RootDirectory = _rootDirectory,
         TagExpression = _tagExpression,
         LogFile       = _logFile,
     };
     Service.ServeRequests();
 }
コード例 #2
0
 /// <summary>
 /// Implementation of the startup routine for the host service.
 /// </summary>
 private void StartupServer()
 {
     Service = new TestServiceEngine(_serviceOptions)
     {
         RootDirectory = _rootDirectory,
         TagExpression = _tagExpression,
         LogFile = _logFile,
     };
     Service.ServeRequests();
 }