12 overrides of OnClose
System.ServiceModel.Federation (1)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
60
protected override void
OnClose
(TimeSpan timeout)
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
155
protected override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
108
protected override void
OnClose
(TimeSpan timeout) => base.WaitForPendingRequests(timeout);
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
317
protected override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
65
protected override void
OnClose
(TimeSpan timeout)
System.ServiceModel.Primitives (3)
netstandard.cs (3)
446
protected override void
OnClose
(System.TimeSpan timeout) { }
1086
protected override void
OnClose
(System.TimeSpan timeout) { }
1337
protected override void
OnClose
(System.TimeSpan timeout) { }
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingChannelBase.cs (1)
45
protected override void
OnClose
(TimeSpan timeout) => throw _exception;
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixPosixIdentitySecurityUpgradeProvider.cs (1)
34
protected override void
OnClose
(TimeSpan timeout)
UnitTests.Common (2)
MockChannelBase.cs (1)
158
protected override void
OnClose
(TimeSpan timeout)
MockCommunicationObject.cs (1)
144
protected override void
OnClose
(TimeSpan timeout)