4 implementations of DuplicateAndClose
System.ServiceModel (4)
System\ServiceModel\Channels\Connection.cs (2)
110public virtual object DuplicateAndClose(int targetProcessId) 664public object DuplicateAndClose(int targetProcessId)
System\ServiceModel\Channels\PipeConnection.cs (1)
638public object DuplicateAndClose(int targetProcessId)
System\ServiceModel\Channels\SocketConnection.cs (1)
659public object DuplicateAndClose(int targetProcessId)
1 reference to DuplicateAndClose
System.ServiceModel (1)
System\ServiceModel\Channels\Connection.cs (1)
112return connection.DuplicateAndClose(targetProcessId);