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