You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Net/IPEndPoint.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@
106
106
<ParameterName="port"Type="System.Int32" />
107
107
</Parameters>
108
108
<Docs>
109
-
<paramname="address">The IP address of the Internet host.</param>
109
+
<paramname="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>
110
110
<paramname="port">The port number associated with the <paramrefname="address" />, or 0 to specify any available port. <paramrefname="port" /> is in host order.</param>
111
111
<summary>Initializes a new instance of the <seecref="T:System.Net.IPEndPoint" /> class with the specified address and port number.</summary>
0 commit comments