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)
33
public override void
Close
(TimeSpan timeout, bool asyncAndLinger)
System\ServiceModel\Channels\TracingConnection.cs (1)
71
public override void
Close
(TimeSpan timeout, bool asyncAndLinger)
1 reference to Close
System.ServiceModel (1)
System\ServiceModel\Channels\TracingConnection.cs (1)
77
base.
Close
(timeout, asyncAndLinger);