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