WebSocket.RegisterPrefixes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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();
static member RegisterPrefixes : unit -> unit
Public Shared Sub RegisterPrefixes ()