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