v0.1.0
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/* This software is licensed by the MIT License, see LICENSE file */
|
||||
/* Copyright © 2024-2025 Gregory Lirent */
|
||||
|
||||
namespace WinIPC.Config
|
||||
{
|
||||
public class IPCServiceOptions
|
||||
{
|
||||
public string BasePipeName { get; set; } = "Global\\ProcessMonitoringService.UserAgent.Pipe";
|
||||
}
|
||||
|
||||
|
||||
#if WINIPC_UA_SERVER
|
||||
public class AppConfig
|
||||
{
|
||||
public IPCServiceOptions IPCService { get; set; } = new IPCServiceOptions();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
Reference in New Issue
Block a user