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