We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbced2 commit 33ead94Copy full SHA for 33ead94
1 file changed
Models/PipeModel.cs
@@ -30,7 +30,7 @@ namespace PipeExplorer.Models
30
public AclModel Acl { get; }
31
public uint ActiveConnections { get; }
32
33
- public string Path => $@"\\{Host}\{Name}";
+ public string Path => $@"\\{Host}\pipe\{Name}";
34
35
public PipeModel(string host, string name, int maxConn, uint activeConn, AclModel acl)
36
{
0 commit comments