3 references to CloseOutputAsync
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
122Task task = CloseOutputAsync(CancellationToken.None); 140await CloseOutputAsync(cancelToken); 253Task task = CloseOutputAsync(helper.GetCancellationToken());