Skip to content

Commit 277d718

Browse files
authored
updated info for the IP as a Long from IPAddress (#3988)
Somewhat fixes #1758 Fixing the example is more complex because of the scope of the sample the snippet comes from.
1 parent b3194dc commit 277d718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net/IPEndPoint.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<Parameter Name="port" Type="System.Int32" />
107107
</Parameters>
108108
<Docs>
109-
<param name="address">The IP address of the Internet host.</param>
109+
<param name="address">The IP address of the Internet host. For example, the value 0x2414188f in big-endian format would be the IP address "143.24.20.36".</param>
110110
<param name="port">The port number associated with the <paramref name="address" />, or 0 to specify any available port. <paramref name="port" /> is in host order.</param>
111111
<summary>Initializes a new instance of the <see cref="T:System.Net.IPEndPoint" /> class with the specified address and port number.</summary>
112112
<remarks>

0 commit comments

Comments
 (0)