3 implementations of SendTextAsync
Aspire.Hosting (2)
ApplicationModel\Hex1bAspireTerminal.cs (1)
292
public async Task
SendTextAsync
(string text, CancellationToken cancellationToken = default)
ApplicationModel\ResourceAspireTerminal.cs (1)
102
public async Task
SendTextAsync
(string text, CancellationToken cancellationToken = default)
Aspire.Hosting.Tests (1)
Utils\TestTerminalBackend.cs (1)
20
public Task
SendTextAsync
(string text, CancellationToken cancellationToken = default) => throw new NotSupportedException();
1 reference to SendTextAsync
Aspire.Hosting (1)
ApplicationModel\AspireTerminal.cs (1)
98
=> Backend.
SendTextAsync
(text, cancellationToken);