6 references to PrefixOrigin
netstandard (1)
netstandard.cs (1)
1225
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
PrefixOrigin
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
717
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
PrefixOrigin
))]
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\MulticastIPAddressInformation.cs (1)
41
public abstract
PrefixOrigin
PrefixOrigin { get; }
System\Net\NetworkInformation\UnicastIPAddressInformation.cs (1)
43
public abstract
PrefixOrigin
PrefixOrigin { get; }
System\Net\NetworkInformation\UnixMulticastIPAddressInformation.cs (1)
80
public override
PrefixOrigin
PrefixOrigin { get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixUnicastIPAddressInformation.cs (1)
91
public override
PrefixOrigin
PrefixOrigin { get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }