1 write to webSocketWaitingTask
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
119this.webSocketWaitingTask = new TaskCompletionSource<object>();
2 references to webSocketWaitingTask
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpContext.cs (2)
122return webSocketWaitingTask.Task; 147this.webSocketWaitingTask.TrySetResult(null);