Implemented interface member:
method
StartAsync
Microsoft.AspNetCore.Http.Connections.Client.Internal.ITransport.StartAsync(System.Uri, Microsoft.AspNetCore.Connections.TransferFormat, System.Threading.CancellationToken)
1 reference to StartAsync
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\WebSocketsTransport.cs (1)
409await StartAsync(url, _webSocketMessageType == WebSocketMessageType.Binary ? TransferFormat.Binary : TransferFormat.Text,