5 references to ReplicationConnection
System.DirectoryServices (5)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (5)
1540public static System.DirectoryServices.ActiveDirectory.ReplicationConnection FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1548public System.DirectoryServices.ActiveDirectory.ReplicationConnection this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1549public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationConnection connection) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1550public void CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationConnection[] connections, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1551public int IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationConnection connection) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }