Implemented interface member:
method
Close
System.ServiceModel.Channels.IConnection.Close(System.TimeSpan, System.Boolean)
2 overrides of Close
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedConnection.cs (1)
33public override void Close(TimeSpan timeout, bool asyncAndLinger)
System\ServiceModel\Channels\TracingConnection.cs (1)
71public override void Close(TimeSpan timeout, bool asyncAndLinger)
1 reference to Close
System.ServiceModel (1)
System\ServiceModel\Channels\TracingConnection.cs (1)
77base.Close(timeout, asyncAndLinger);