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