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