2 overrides of IPAddress
System.DirectoryServices (2)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (2)
953
public override string?
IPAddress
{ get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1203
public override string?
IPAddress
{ get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }