Пример #1
0
 /// <inheritdoc />
 /// <summary>
 /// Initializes a new <see cref="T:Platibus.Config.PlatibusConfigurationSection" /> with defaults
 /// </summary>
 public LoopbackConfigurationSection()
 {
     Topics = new TopicElementCollection();
 }
Пример #2
0
 /// <inheritdoc />
 /// <summary>
 /// Initializes a new <see cref="T:Platibus.Config.PlatibusConfigurationSection" /> with defaults
 /// </summary>
 public PlatibusConfigurationSection()
 {
     Endpoints = new EndpointElementCollection();
     Topics    = new TopicElementCollection();
     SendRules = new SendRuleElementCollection();
 }