2 references to CloseOutputAsync
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
184
Task task = this.
CloseOutputAsync
(CancellationToken.None);
286
Task task = this.
CloseOutputAsync
(cancellationTokenSource.Token);