WebSocket.RegisterPrefixes Method

Definition

Caution

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Allows callers to register prefixes for WebSocket requests (ws and wss).

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static void RegisterPrefixes();
public static void RegisterPrefixes ();
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")]
public static void RegisterPrefixes ();
static member RegisterPrefixes : unit -> unit
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")>]
static member RegisterPrefixes : unit -> unit
Public Shared Sub RegisterPrefixes ()
Attributes

Applies to