DefaultHttpContext.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:
virtual property Microsoft::AspNetCore::Http::WebSocketManager ^ WebSockets { Microsoft::AspNetCore::Http::WebSocketManager ^ get(); };
public override Microsoft.AspNetCore.Http.WebSocketManager WebSockets { get; }
member this.WebSockets : Microsoft.AspNetCore.Http.WebSocketManager
Public Overrides ReadOnly Property WebSockets As WebSocketManager