1 override of OnClose
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
195protected override void OnClose(TimeSpan timeout) => _connectionPoolHelper.Close(timeout);
1 reference to OnClose
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
104OnClose(timeoutHelper.RemainingTime());