DefaultHttpContext.InitializeWebSocketManager 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.
protected:
virtual Microsoft::AspNetCore::Http::WebSocketManager ^ InitializeWebSocketManager();
protected virtual Microsoft.AspNetCore.Http.WebSocketManager InitializeWebSocketManager ();
abstract member InitializeWebSocketManager : unit -> Microsoft.AspNetCore.Http.WebSocketManager
override this.InitializeWebSocketManager : unit -> Microsoft.AspNetCore.Http.WebSocketManager
Protected Overridable Function InitializeWebSocketManager () As WebSocketManager