Microsoft 定義の ConfigurationSection を読み込もうとしています:
Microsoft.ApplicationServer.Caching.DataCacheClientSection
しかし、タイプは internal であるため、従来の方法ではアクセスできません。
すなわち
var dataCacheClientSection = (DataCacheClientSection)ConfigurationManager.GetSection("dataCacheClient");
リフレクションを使用できることはわかっていますが、他のオプションはありますか?