4 references to CloseOutputSessionAsync
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (4)
305
await
CloseOutputSessionAsync
(timeoutHelper.RemainingTime());
626
return Channel.
CloseOutputSessionAsync
(timeout).ToApm(callback, state);
641
Channel.
CloseOutputSessionAsync
(timeout).GetAwaiter().GetResult();
651
return Channel.
CloseOutputSessionAsync
(timeout);