HttpContext::AcceptWebSocketRequest Method

.NET Framework (current version)
 

Accepts an AspNetWebSocket request.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodAcceptWebSocketRequest(Func<AspNetWebSocketContext^, Task^>^)

Accepts an AspNetWebSocket request using the specified user function.

System_CAPS_pubmethodAcceptWebSocketRequest(Func<AspNetWebSocketContext^, Task^>^, AspNetWebSocketOptions^)

Accepts an AspNetWebSocket request using the specified user function and options object.

Return to top
Show: