4 implementations of Shutdown
System.ServiceModel (4)
System\ServiceModel\Channels\Connection.cs (2)
105
public virtual void
Shutdown
(TimeSpan timeout)
659
public void
Shutdown
(TimeSpan timeout)
System\ServiceModel\Channels\PipeConnection.cs (1)
1045
public void
Shutdown
(TimeSpan timeout)
System\ServiceModel\Channels\SocketConnection.cs (1)
551
public void
Shutdown
(TimeSpan timeout)
2 references to Shutdown
System.ServiceModel (2)
System\ServiceModel\Channels\Connection.cs (2)
107
connection.
Shutdown
(timeout);
428
connection.
Shutdown
(timeout);