HttpContext.WebSockets Property

Definition

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

Property Value

Applies to