HttpContext::AcceptWebSocketRequest Method
.NET Framework (current version)
Accepts an AspNetWebSocket request.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AcceptWebSocketRequest(Func<AspNetWebSocketContext^, Task^>^) | Accepts an AspNetWebSocket request using the specified user function. |
![]() | AcceptWebSocketRequest(Func<AspNetWebSocketContext^, Task^>^, AspNetWebSocketOptions^) | Accepts an AspNetWebSocket request using the specified user function and options object. |
Show:
