3 implementations of ConnectedAt
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
87
public DateTimeOffset
ConnectedAt
{ get; }
Aspire.Cli.Tests (2)
Commands\TerminalCommandTests.cs (1)
675
public DateTimeOffset
ConnectedAt
=> _inner.ConnectedAt;
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
24
public DateTimeOffset
ConnectedAt
{ get; set; } = DateTimeOffset.UtcNow;