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