2 implementations of SocketPath
aspire (1)
Projects\AppHostServerSession.cs (1)
103
public string?
SocketPath
=> _socketPath;
Aspire.Cli.Tests (1)
TestServices\FakeAppHostServerSession.cs (1)
35
public string?
SocketPath
{ get; } = "fake.sock";
2 references to SocketPath
aspire (2)
Projects\GuestAppHostProject.cs (2)
542
var socketPath = serverSession.
SocketPath
!;
1181
var jsonRpcSocketPath = serverSession.
SocketPath
!;