Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion xml/System.Net/IPEndPoint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<Parameter Name="port" Type="System.Int32" />
</Parameters>
<Docs>
<param name="address">The IP address of the Internet host.</param>
<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>
<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>
<summary>Initializes a new instance of the <see cref="T:System.Net.IPEndPoint" /> class with the specified address and port number.</summary>
<remarks>
Expand Down