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