1 write to streamWaitTask
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
854this.streamWaitTask = new TaskCompletionSource<object>();
3 references to streamWaitTask
System.ServiceModel (3)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
812this.streamWaitTask.SetResult(null); 847if (this.streamWaitTask != null) 851await this.streamWaitTask.Task.ConfigureAwait(false);