Exemplo n.º 1
0
 public static WcfUntypedChannelHost BuildChannelHostForShelf(UntypedChannelAdapter adapter)
 {
     return new WcfUntypedChannelHost(new ThreadPoolFiber(), adapter, new Uri("net.pipe://localhost/topshelf"), "{0}-{1}".FormatWith(GetFolder(), GetPid()));
 }
Exemplo n.º 2
0
 public static WcfUntypedChannelHost BuildChannelHostForShelf(UntypedChannelAdapter adapter)
 {
     return(new WcfUntypedChannelHost(new ThreadPoolFiber(), adapter, new Uri("net.pipe://localhost/topshelf"), "{0}-{1}".FormatWith(GetFolder(), GetPid())));
 }
Exemplo n.º 3
0
 public static WcfUntypedChannelHost BuildChannelHostForHost(UntypedChannelAdapter adapter)
 {
     return new WcfUntypedChannelHost(new SynchronousFiber(), adapter, new Uri("net.pipe://localhost/topshelf"), "host-{0}".FormatWith(GetPid()));
 }
Exemplo n.º 4
0
 public static WcfUntypedChannelHost BuildChannelHostForHost(UntypedChannelAdapter adapter)
 {
     return(new WcfUntypedChannelHost(new SynchronousFiber(), adapter, new Uri("net.pipe://localhost/topshelf"), "host-{0}".FormatWith(GetPid())));
 }