1 write to SubProtocol
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
90this.result.Application.Context.AcceptWebSocketRequest(PostAcceptWebSocket, new AspNetWebSocketOptions() { SubProtocol = protocol });
2 references to SubProtocol
System.Web (2)
HttpContext.cs (2)
346if (options != null && !String.IsNullOrEmpty(options.SubProtocol)) { 348subprotocol = options.SubProtocol;