3 references to CloseOutputAsync
System.ServiceModel.Http (3)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
101
Task task =
CloseOutputAsync
(CancellationToken.None);
119
await
CloseOutputAsync
(cancelToken);
232
Task task =
CloseOutputAsync
(helper.GetCancellationToken());