1 write to webSocketContextTaskSource
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
89
this.
webSocketContextTaskSource
= new TaskCompletionSource<WebSocketContext>();
2 references to webSocketContextTaskSource
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpContext.cs (2)
92
return this.
webSocketContextTaskSource
.Task;
121
this.
webSocketContextTaskSource
.SetResult(context);