3 implementations of Close
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
72
public virtual void
Close
(TimeSpan timeout, bool asyncAndLinger)
536
public void
Close
(TimeSpan timeout, bool asyncAndLinger)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
112
public void
Close
(TimeSpan timeout, bool asyncAndLinger)
5 references to Close
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (3)
74
_connection.
Close
(timeout, asyncAndLinger);
316
_connection.
Close
(this.CloseTimeout, false);
749
connection.
Close
(timeout, false);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (2)
625
item.
Close
(timeout, false);
630
item.
Close
(timeout, true);