4 implementations of Close
System.ServiceModel (4)
System\ServiceModel\Channels\Connection.cs (2)
100
public virtual void
Close
(TimeSpan timeout, bool asyncAndLinger)
646
public void
Close
(TimeSpan timeout, bool asyncAndLinger)
System\ServiceModel\Channels\PipeConnection.cs (1)
424
public void
Close
(TimeSpan timeout, bool asyncAndLinger)
System\ServiceModel\Channels\SocketConnection.cs (1)
464
public void
Close
(TimeSpan timeout, bool asyncAndLinger)
6 references to Close
System.ServiceModel (6)
System\ServiceModel\Channels\Connection.cs (3)
102
connection.
Close
(timeout, asyncAndLinger);
372
connection.
Close
(this.CloseTimeout, false);
907
connection.
Close
(timeout, false);
System\ServiceModel\Channels\ConnectionPool.cs (2)
647
item.
Close
(timeout, false);
652
item.
Close
(timeout, true);
System\ServiceModel\Channels\InitialServerConnectionReader.cs (1)
213
connection.
Close
(timeout, true);