1 implementation of IConnectAlgorithms
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectAlgorithms.cs (1)
15
sealed class ConnectAlgorithms :
IConnectAlgorithms
7 references to IConnectAlgorithms
System.ServiceModel (7)
System\ServiceModel\Channels\PeerMaintainer.cs (7)
52
class PeerMaintainerBase<TConnectAlgorithms> : IPeerMaintainer where TConnectAlgorithms :
IConnectAlgorithms
, new()
195
using (
IConnectAlgorithms
connectAlgorithm = (
IConnectAlgorithms
)new TConnectAlgorithms())
290
using (
IConnectAlgorithms
connectAlgorithm = (
IConnectAlgorithms
)new TConnectAlgorithms())
375
using (
IConnectAlgorithms
connectAlgorithm = (
IConnectAlgorithms
)new TConnectAlgorithms())