Skip to content

Commit 2f1f621

Browse files
committed
use xref
1 parent ebb4ba2 commit 2f1f621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Net.NetworkInformation/IPInterfaceProperties.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
495495
## Remarks
496496
For a detailed description of the information available for an interface that supports IPv4, see the <xref:System.Net.NetworkInformation.IPv4InterfaceProperties> class documentation. Note that the object returned by the <xref:System.Net.NetworkInformation.IPInterfaceProperties.GetIPv4Properties%2A> method reflects the configuration as of the time the object is created. This information is not updated dynamically.
497-
A <see cref="T:System.Net.NetworkInformation.NetworkInformationException"> is thrown if the interface does not support the IPv4 protocol, therefore it's recommended to check IPv4 support calling <see cref="P:System.Net.NetworkInformation.NetworkInterface.Supports"> on the originating <see cref="T:System.Net.NetworkInformation.NetworkInterface"> instance before querying the IPv4 properties.
497+
A <xref:System.Net.NetworkInformation.NetworkInformationException> is thrown if the interface does not support the IPv4 protocol, therefore it's recommended to check IPv4 support calling <xref:System.Net.NetworkInformation.NetworkInterface.Supports%2A> on the originating <xref:System.Net.NetworkInformation.NetworkInterface> instance before querying the IPv4 properties.
498498
499499
]]></format>
500500
</remarks>
@@ -545,7 +545,7 @@
545545
546546
## Remarks
547547
For a detailed description of the information available for an interface that supports IPv6, see the <xref:System.Net.NetworkInformation.IPv6InterfaceProperties> documentation. Note that the object returned by the <xref:System.Net.NetworkInformation.IPInterfaceProperties.GetIPv6Properties%2A> method reflects the configuration as of the time the object is created. This information is not updated dynamically.
548-
A <see cref="T:System.Net.NetworkInformation.NetworkInformationException"> is thrown if the interface does not support the IPv6 protocol, therefore it's recommended to check IPv6 support calling <see cref="M:System.Net.NetworkInformation.NetworkInterface.Supports"> on the originating <see cref="T:System.Net.NetworkInformation.NetworkInterface"> instance before querying the IPv6 properties.
548+
A <xref:System.Net.NetworkInformation.NetworkInformationException> is thrown if the interface does not support the IPv6 protocol, therefore it's recommended to check IPv6 support calling <xref:System.Net.NetworkInformation.NetworkInterface.Supports%2A> on the originating <xref:System.Net.NetworkInformation.NetworkInterface> instance before querying the IPv6 properties.
549549
550550
]]></format>
551551
</remarks>

0 commit comments

Comments
 (0)