3 references to AcceptWebSocketRequest
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
90this.result.Application.Context.AcceptWebSocketRequest(PostAcceptWebSocket, new AspNetWebSocketOptions() { SubProtocol = protocol });
System.Web (2)
Abstractions\HttpContextWrapper.cs (1)
251_context.AcceptWebSocketRequest(userFunc, options);
HttpContext.cs (1)
279AcceptWebSocketRequest(userFunc, null);