HttpContext.WebSockets Property
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.
Gets an object that manages the establishment of WebSocket connections for this request.
public:
abstract property Microsoft::AspNetCore::Http::WebSocketManager ^ WebSockets { Microsoft::AspNetCore::Http::WebSocketManager ^ get(); };
public abstract Microsoft.AspNetCore.Http.WebSocketManager WebSockets { get; }
member this.WebSockets : Microsoft.AspNetCore.Http.WebSocketManager
Public MustOverride ReadOnly Property WebSockets As WebSocketManager