1 write to subProtocol
System.ServiceModel (1)
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (1)
39this.subProtocol = subProtocol;
2 references to subProtocol
System.ServiceModel (2)
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (2)
100this.httpRequestContext.AcceptWebSocket(this.httpResponseMessage, this.subProtocol, timeout); 117return this.httpRequestContext.BeginAcceptWebSocket(this.httpResponseMessage, this.subProtocol, callback, state);