Base:
method
OnClose
System.ServiceModel.Channels.CommunicationObject.OnClose(System.TimeSpan)
8 overrides of OnClose
System.ServiceModel (8)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
238protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1213protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
127protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\PeerInputChannel.cs (1)
99protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
951protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
322protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
487protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
126protected override void OnClose(TimeSpan timeout)
1 reference to OnClose
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
241base.OnClose(timeout);