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