Beispiel #1
0
 /// <summary>
 /// Creates the Host Object
 /// </summary>
 public Endpoint(HostProperties properties)
 {
     Properties  = properties;
     LocationLog = Utils.CombineExePath(Properties.Hostname + ".log");
 }
Beispiel #2
0
 /// <summary>
 /// Creates the Host Object
 /// </summary>
 public RegistryService(HostProperties properties)
 {
     Properties = properties;
 }