diff --git a/xml/System.Net/FtpWebResponse.xml b/xml/System.Net/FtpWebResponse.xml index 816f8d463c2..c402bdaa5c8 100644 --- a/xml/System.Net/FtpWebResponse.xml +++ b/xml/System.Net/FtpWebResponse.xml @@ -247,9 +247,18 @@ System.String - To be added. - To be added. - To be added. + Throws a in all cases. + Throws a in all cases. + + and classes. + + ]]> + + In all cases. diff --git a/xml/System.Net/HttpVersion.xml b/xml/System.Net/HttpVersion.xml index 41cb108ad0e..2393e07cb6d 100644 --- a/xml/System.Net/HttpVersion.xml +++ b/xml/System.Net/HttpVersion.xml @@ -102,7 +102,7 @@ System.Version - To be added. + Defines a instance for an unknown HTTP version. To be added. @@ -196,7 +196,7 @@ System.Version - To be added. + Defines a instance for HTTP 2.0. To be added. diff --git a/xml/System.Net/IPAddress.xml b/xml/System.Net/IPAddress.xml index 738ea9394f5..a0b002a25e8 100644 --- a/xml/System.Net/IPAddress.xml +++ b/xml/System.Net/IPAddress.xml @@ -196,9 +196,20 @@ - To be added. - To be added. - To be added. + The byte representation of the IP address, in network byte order, with the most significant byte first in index position 0. + Initializes a new instance of the class with the address specified as a byte span. + + is created with the property set to `address`. + + If the length of `address` is 4, this method constructs an IPv4 address; otherwise, an IPv6 address with a scope of 0 is constructed. + + ]]> + + + contains a bad IP address. @@ -285,10 +296,27 @@ - To be added. - To be added. - To be added. - To be added. + The byte span value of the IP address. + The long value of the scope identifier. + Initializes a new instance of the class with the address specified as a byte span and the specified scope identifier. + + + + + contains a bad IP address. + + < 0 + +-or- + + > 0x00000000FFFFFFFF @@ -1686,10 +1714,12 @@ - To be added. - To be added. - To be added. + A character span that contains an IP address in dotted-quad notation for IPv4 and in colon-hexadecimal notation for IPv6. + Converts an IP address represented as a character span to an instance. + The converted IP address. To be added. + + is not a valid IP address. @@ -1917,10 +1947,10 @@ - To be added. - To be added. - To be added. - To be added. + When this method returns, the IP address as a span of characters. + When this method returns, the number of characters written into the span. + Tries to format the current IP address into the provided span. + if the formatting was successful; otherwise, . To be added. @@ -1954,10 +1984,10 @@ - To be added. - To be added. - To be added. - To be added. + The byte span to validate. + When this method returns, the version of the byte span. + Determines whether the specified byte span represents a valid IP address. + if was able to be parsed as an IP address; otherwise, . To be added. @@ -2044,10 +2074,11 @@ - To be added. - To be added. - To be added. - To be added. + When this method returns, the IP address as a span of bytes. + When this method returns, the number of bytes written into the span. + Tries to write the current IP address into a span of bytes. + + if the IP address is sucessfully written to the given span; otherwise, . To be added.