Exemplo n.º 1
0
 public IServer StartWith(Stage stage, Resources resources, Filters filters, int port,
                          Configuration.SizingConf sizing, Configuration.TimingConf timing,
                          string severMailboxTypeName, string channelMailboxTypeName) =>
 ServerFactory.StartWith(stage, resources, filters, port, sizing, timing);
Exemplo n.º 2
0
 public IServer StartWith(Stage stage, HttpProperties properties) => ServerFactory.StartWith(stage, properties);
Exemplo n.º 3
0
 public IServer StartWith(Stage stage, Resources resources, Filters filters, int port,
                          Configuration.SizingConf sizing, Configuration.TimingConf timing) =>
 ServerFactory.StartWith(stage, resources, filters, port, sizing, timing);
Exemplo n.º 4
0
 public IServer StartWith(Stage stage) => ServerFactory.StartWith(stage);