8 references to ParseCommandAckResponse
Aspire.Hosting.Browsers.Tests (8)
BrowserLogsCdpProtocolTests.cs (1)
75var exception = Assert.Throws<InvalidOperationException>(() => BrowserLogsCdpProtocol.ParseCommandAckResponse(payload));
src\Aspire.Hosting.Browsers\BrowserLogsCdpConnection.cs (7)
147BrowserLogsCdpProtocol.ParseCommandAckResponse, 161BrowserLogsCdpProtocol.ParseCommandAckResponse, 170await SendCommandAsync(BrowserLogsCdpProtocol.RuntimeEnableMethod, sessionId, writeParameters: null, BrowserLogsCdpProtocol.ParseCommandAckResponse, cancellationToken).ConfigureAwait(false); 171await SendCommandAsync(BrowserLogsCdpProtocol.LogEnableMethod, sessionId, writeParameters: null, BrowserLogsCdpProtocol.ParseCommandAckResponse, cancellationToken).ConfigureAwait(false); 172await SendCommandAsync(BrowserLogsCdpProtocol.PageEnableMethod, sessionId, writeParameters: null, BrowserLogsCdpProtocol.ParseCommandAckResponse, cancellationToken).ConfigureAwait(false); 173await SendCommandAsync(BrowserLogsCdpProtocol.NetworkEnableMethod, sessionId, writeParameters: null, BrowserLogsCdpProtocol.ParseCommandAckResponse, cancellationToken).ConfigureAwait(false); 197BrowserLogsCdpProtocol.ParseCommandAckResponse,