Implemented interface member:
method
StartAsync
Microsoft.AspNetCore.Http.Connections.Client.Internal.ITransport.StartAsync(System.Uri, Microsoft.AspNetCore.Connections.TransferFormat, System.Threading.CancellationToken)
11 references to StartAsync
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\WebSocketsTransport.cs (1)
409await StartAsync(url, _webSocketMessageType == WebSocketMessageType.Binary ? TransferFormat.Binary : TransferFormat.Text,
Microsoft.AspNetCore.SignalR.Client.Tests (1)
WebSocketsTransportTests.cs (1)
32await webSocketsTransport.StartAsync(
Microsoft.AspNetCore.SignalR.Tests (9)
WebSocketsTransportTests.cs (9)
47await webSocketsTransport.StartAsync(new Uri(server.WebSocketsUrl + "/echo"), 81await webSocketsTransport.StartAsync(new Uri("http://FakeEndpot.com/echo"), TransferFormat.Binary).DefaultTimeout(); 95await webSocketsTransport.StartAsync(new Uri(server.WebSocketsUrl + "/echo"), 109await webSocketsTransport.StartAsync(new Uri(server.WebSocketsUrl + "/httpheader"), 140await webSocketsTransport.StartAsync(new Uri(server.WebSocketsUrl + "/httpheader"), 163await webSocketsTransport.StartAsync(new Uri(server.WebSocketsUrl + "/echo"), 179await webSocketsTransport.StartAsync(new Uri(server.WebSocketsUrl + "/echoAndClose"), transferFormat); 202await webSocketsTransport.StartAsync(new Uri(server.WebSocketsUrl + "/echo"), 220webSocketsTransport.StartAsync(new Uri("http://fakeuri.org"), transferFormat));