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)
263public override void Shutdown(TimeSpan timeout)
System\ServiceModel\Channels\TracingConnection.cs (1)
89public override void Shutdown(TimeSpan timeout)
1 reference to Shutdown
System.ServiceModel (1)
System\ServiceModel\Channels\TracingConnection.cs (1)
93base.Shutdown(timeout);