Table of Contents

Interface IHostEnvironment

Namespace
Acuit.Pinpoint.Server
Assembly
Acuit.Pinpoint.Server.Abstractions.dll

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

IConfigurationRoot

DataDirectory

Gets the path to the host data directory. This directory will exist and will be in the CommonApplicationData area.

string DataDirectory { get; }

Property Value

string