Пример #1
0
 public void GlobalSetup()
 {
     BasicConfigurator.Configure();
     _host = new DreamHost();
     _host.Self.At("load").With("name", "mindtouch.deki.services").Post(DreamMessage.Ok());
     _host.Self.At("load").With("name", "mindtouch.deki").Post(DreamMessage.Ok());
 }
Пример #2
0
 internal DreamHostInfo(Plug localhostUri, DreamHost host, string apiKey)
 {
     LocalHost = localhostUri;
     Host = host;
     ApiKey = apiKey;
 }
Пример #3
0
 internal DreamHostInfo(Plug localhostUri, DreamHost host, string apiKey)
 {
     LocalHost = localhostUri;
     Host      = host;
     ApiKey    = apiKey;
 }