Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed sentence per feedback
  • Loading branch information
samrueby authored Oct 28, 2018
commit 2d2134d1e674bc31f163c78d9874ca54b048519b
2 changes: 1 addition & 1 deletion xml/System.Net/Dns.xml
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
The <xref:System.Net.Dns.GetHostAddresses%2A> method queries the DNS subsystem for the IP addresses associated with a host name. If `hostNameOrAddress` is an IP address, this address is returned without querying the DNS server. Because the DNS subsystem is used, entries in the hosts file will be returned.
The <xref:System.Net.Dns.GetHostAddresses%2A> method queries the DNS subsystem for the IP addresses associated with a host name. If `hostNameOrAddress` is an IP address, this address is returned without querying the DNS server.

If an empty string is passed as the `hostNameOrAddress` argument, then this method returns the IPv4 and IPv6 addresses of the local host.

Expand Down