Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Annotate WebSockets.RegisterPrefixes with [Obsolete]
Fixes #50530
  • Loading branch information
alnikola authored Jul 14, 2021
commit ebf914ee1f42c30e6e07b377c10fd0b4670d1efa
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ public static WebSocket CreateFromStream(Stream stream, WebSocketCreationOptions
public static bool IsApplicationTargeting45() => true;

[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")]
public static void RegisterPrefixes()
{
// The current WebRequest implementation in the libraries does not support upgrading
Expand Down