1 instantiation of AspNetWebSocketOptions
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
90
this.result.Application.Context.AcceptWebSocketRequest(PostAcceptWebSocket, new
AspNetWebSocketOptions
() { SubProtocol = protocol });
3 references to AspNetWebSocketOptions
System.Web (3)
Abstractions\HttpContextBase.cs (1)
243
public virtual void AcceptWebSocketRequest(Func<AspNetWebSocketContext, Task> userFunc,
AspNetWebSocketOptions
options) {
Abstractions\HttpContextWrapper.cs (1)
250
public override void AcceptWebSocketRequest(Func<AspNetWebSocketContext, Task> userFunc,
AspNetWebSocketOptions
options) {
HttpContext.cs (1)
283
public void AcceptWebSocketRequest(Func<AspNetWebSocketContext, Task> userFunc,
AspNetWebSocketOptions
options) {