Implemented interface member:
method
Shutdown
System.ServiceModel.Channels.IConnection.Shutdown(System.TimeSpan)
2 overrides of Shutdown
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedConnection.cs (1)
263
public override void
Shutdown
(TimeSpan timeout)
System\ServiceModel\Channels\TracingConnection.cs (1)
89
public override void
Shutdown
(TimeSpan timeout)
1 reference to Shutdown
System.ServiceModel (1)
System\ServiceModel\Channels\TracingConnection.cs (1)
93
base.
Shutdown
(timeout);