Interface IHostEnvironment
Information about the Acuit Pinpoint Server host environment.
public interface IHostEnvironment
Properties
Configuration
Gets the host-wide key/value configuration settings.
IConfigurationRoot Configuration { get; }
Property Value
DataDirectory
Gets the path to the host data directory. This directory will exist and will be in the CommonApplicationData area.
string DataDirectory { get; }