Skip to content

ClientWebSocket on .NET Core does not provide the upgrade request errors in the exception details as it does on the .NET Framework. #27420

Closed
@AmandaSilver

Description

@AmandaSilver

Repro Code:

var client = new ClientWebSocket();
client.ConnectAsync(new Uri("wss://speech.platform.bing.com/speech/recognition/interactive/cognitiveservices/v1"), CancellationToken.None).GetAwaiter().GetResult();

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions