コード例 #1
0
 public BdxlLocator(Mode mode)
     : this(
         mode.GetValue("lookup.locator.bdxl.prefix"),
         mode.GetValue("lookup.locator.hostname"),
         mode.GetValue("lookup.locator.bdxl.algorithm"),
         EncodingUtils.Get(mode.GetValue("lookup.locator.bdxl.encoding")),
         mode.GetValue("lookup.locator.sml"))
 {
 }