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