[Build] Move netcoreapp ref assemblies to Tizen.NET.APIx
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API6 / build / tizen60 / ref / System.Web.HttpUtility.xml
old mode 100644 (file)
new mode 100755 (executable)
similarity index 84%
rename from pkg/build/tizen40/ref/System.Web.HttpUtility.xml
rename to pkg/Tizen.NET.API6/build/tizen60/ref/System.Web.HttpUtility.xml
index 8c7869d..f4a732b
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><span>
-<doc>
+<?xml version="1.0" encoding="utf-8"?><doc>
   <assembly>
     <name>System.Web.HttpUtility</name>
   </assembly>
@@ -31,7 +30,7 @@
       <param name="output">A <see cref="T:System.IO.TextWriter"></see> stream of output.</param>
     </member>
     <member name="M:System.Web.HttpUtility.HtmlEncode(System.Object)">
-      <summary>Converts an object's string representation into an HTML-encoded string, and returns the encoded string.</summary>
+      <summary>Converts an object&amp;#39;s string representation into an HTML-encoded string, and returns the encoded string.</summary>
       <param name="value">An object.</param>
       <returns>An encoded string.</returns>
     </member>
       <summary>Parses a query string into a <see cref="T:System.Collections.Specialized.NameValueCollection"></see> using <see cref="P:System.Text.Encoding.UTF8"></see> encoding.</summary>
       <param name="query">The query string to parse.</param>
       <returns>A <see cref="T:System.Collections.Specialized.NameValueCollection"></see> of query parameters and values.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="query">query</paramref> is null.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="query">query</paramref> is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Web.HttpUtility.ParseQueryString(System.String,System.Text.Encoding)">
       <summary>Parses a query string into a <see cref="T:System.Collections.Specialized.NameValueCollection"></see> using the specified <see cref="T:System.Text.Encoding"></see>.</summary>
       <param name="query">The query string to parse.</param>
       <param name="encoding">The <see cref="T:System.Text.Encoding"></see> to use.</param>
       <returns>A <see cref="T:System.Collections.Specialized.NameValueCollection"></see> of query parameters and values.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="query">query</paramref> is null.   - or -  <paramref name="encoding">encoding</paramref> is null.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="query">query</paramref> is <see langword="null"></see>.  
+ - or -  
+ <paramref name="encoding">encoding</paramref> is <see langword="null"></see>.</exception>
     </member>
     <member name="M:System.Web.HttpUtility.UrlDecode(System.String,System.Text.Encoding)">
       <summary>Converts a URL-encoded string into a decoded string, using the specified encoding object.</summary>
       <param name="count">The number of bytes to decode.</param>
       <param name="e">The <see cref="T:System.Text.Encoding"></see> object that specifies the decoding scheme.</param>
       <returns>A decoded string.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="bytes">bytes</paramref> is null, but <paramref name="count">count</paramref> does not equal 0.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> is less than 0 or greater than the length of the <paramref name="bytes">bytes</paramref> array.   - or -  <paramref name="count">count</paramref> is less than 0, or <paramref name="count">count</paramref> + <paramref name="offset">offset</paramref> is greater than the length of the <paramref name="bytes">bytes</paramref> array.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="bytes">bytes</paramref> is <see langword="null"></see>, but <paramref name="count">count</paramref> does not equal <see langword="0"></see>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> is less than <see langword="0"></see> or greater than the length of the <paramref name="bytes">bytes</paramref> array.  
+ - or -  
+ <paramref name="count">count</paramref> is less than <see langword="0"></see>, or <paramref name="count">count</paramref> + <paramref name="offset">offset</paramref> is greater than the length of the <paramref name="bytes">bytes</paramref> array.</exception>
     </member>
     <member name="M:System.Web.HttpUtility.UrlDecode(System.String)">
       <summary>Converts a string that has been encoded for transmission in a URL into a decoded string.</summary>
       <param name="offset">The position in the byte array at which to begin decoding.</param>
       <param name="count">The number of bytes to decode.</param>
       <returns>A decoded array of bytes.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="bytes">bytes</paramref> is null, but <paramref name="count">count</paramref> does not equal 0.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> is less than 0 or greater than the length of the <paramref name="bytes">bytes</paramref> array.   - or -  <paramref name="count">count</paramref> is less than 0, or <paramref name="count">count</paramref> + <paramref name="offset">offset</paramref> is greater than the length of the <paramref name="bytes">bytes</paramref> array.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="bytes">bytes</paramref> is <see langword="null"></see>, but <paramref name="count">count</paramref> does not equal <see langword="0"></see>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> is less than <see langword="0"></see> or greater than the length of the <paramref name="bytes">bytes</paramref> array.  
+ - or -  
+ <paramref name="count">count</paramref> is less than <see langword="0"></see>, or <paramref name="count">count</paramref> + <paramref name="offset">offset</paramref> is greater than the length of the <paramref name="bytes">bytes</paramref> array.</exception>
+    </member>
+    <member name="M:System.Web.HttpUtility.UrlEncode(System.String,System.Text.Encoding)">
+      <summary>Encodes a URL string using the specified encoding object.</summary>
+      <param name="str"></param>
+      <param name="e"></param>
+      <returns>An encoded string.</returns>
     </member>
     <member name="M:System.Web.HttpUtility.UrlEncode(System.Byte[],System.Int32,System.Int32)">
       <summary>Converts a byte array into a URL-encoded string, starting at the specified position in the array and continuing for the specified number of bytes.</summary>
       <param name="count">The number of bytes to encode.</param>
       <returns>An encoded string.</returns>
     </member>
-    <member name="M:System.Web.HttpUtility.UrlEncode(System.String,System.Text.Encoding)">
-      <summary>Encodes a URL string using the specified encoding object.</summary>
-      <param name="str"></param>
-      <param name="e"></param>
-      <returns>An encoded string.</returns>
-    </member>
     <member name="M:System.Web.HttpUtility.UrlEncode(System.Byte[])">
       <summary>Converts a byte array into an encoded URL string.</summary>
       <param name="bytes">The array of bytes to encode.</param>
       <param name="offset">The position in the byte array at which to begin encoding.</param>
       <param name="count">The number of bytes to encode.</param>
       <returns>An encoded array of bytes.</returns>
-      <exception cref="T:System.ArgumentNullException"><paramref name="bytes">bytes</paramref> is null, but <paramref name="count">count</paramref> does not equal 0.</exception>
-      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> is less than 0 or greater than the length of the <paramref name="bytes">bytes</paramref> array.   - or -  <paramref name="count">count</paramref> is less than 0, or <paramref name="count">count</paramref> + <paramref name="offset">offset</paramref> is greater than the length of the <paramref name="bytes">bytes</paramref> array.</exception>
+      <exception cref="T:System.ArgumentNullException"><paramref name="bytes">bytes</paramref> is <see langword="null"></see>, but <paramref name="count">count</paramref> does not equal <see langword="0"></see>.</exception>
+      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset">offset</paramref> is less than <see langword="0"></see> or greater than the length of the <paramref name="bytes">bytes</paramref> array.  
+ - or -  
+ <paramref name="count">count</paramref> is less than <see langword="0"></see>, or <paramref name="count">count</paramref> + <paramref name="offset">offset</paramref> is greater than the length of the <paramref name="bytes">bytes</paramref> array.</exception>
     </member>
     <member name="M:System.Web.HttpUtility.UrlEncodeUnicode(System.String)">
       <summary>Converts a string into a Unicode string.</summary>
       <returns>The encoded text.</returns>
     </member>
   </members>
-</doc></span>
\ No newline at end of file
+</doc>
\ No newline at end of file