Base:
method
OnCloseAsync
System.ServiceModel.Channels.CommunicationObject.OnCloseAsync(System.TimeSpan)
1 override of OnCloseAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
715protected internal override async Task OnCloseAsync(TimeSpan timeout)
1 reference to OnCloseAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
737await base.OnCloseAsync(timeoutHelper.RemainingTime());