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