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