X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pkg%2FTizen.NET.API6%2Fbuild%2Ftizen60%2Fref%2FSystem.Web.HttpUtility.xml;fp=pkg%2Fbuild%2Ftizen40%2Fref%2FSystem.Web.HttpUtility.xml;h=f4a732b3fc58b728de34b955cd9a16ff443bf110;hb=5bd8586c393ccec12b6f596deed556bc6d22b653;hp=8c7869de0ab133a6af4f33cbb10db1b78accb391;hpb=345244cf7a66f9343db88f62755ec5193a27f1d1;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/pkg/build/tizen40/ref/System.Web.HttpUtility.xml b/pkg/Tizen.NET.API6/build/tizen60/ref/System.Web.HttpUtility.xml old mode 100644 new mode 100755 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 --- a/pkg/build/tizen40/ref/System.Web.HttpUtility.xml +++ b/pkg/Tizen.NET.API6/build/tizen60/ref/System.Web.HttpUtility.xml @@ -1,5 +1,4 @@ - - + System.Web.HttpUtility @@ -31,7 +30,7 @@ A stream of output. - Converts an object's string representation into an HTML-encoded string, and returns the encoded string. + Converts an object's string representation into an HTML-encoded string, and returns the encoded string. An object. An encoded string. @@ -60,14 +59,16 @@ Parses a query string into a using encoding. The query string to parse. A of query parameters and values. - query is null. + query is . Parses a query string into a using the specified . The query string to parse. The to use. A of query parameters and values. - query is null. - or - encoding is null. + query is . + - or - + encoding is . Converts a URL-encoded string into a decoded string, using the specified encoding object. @@ -82,8 +83,10 @@ The number of bytes to decode. The object that specifies the decoding scheme. A decoded string. - bytes is null, but count does not equal 0. - offset is less than 0 or greater than the length of the bytes array. - or - count is less than 0, or count + offset is greater than the length of the bytes array. + bytes is , but count does not equal . + offset is less than or greater than the length of the bytes array. + - or - + count is less than , or count + offset is greater than the length of the bytes array. Converts a string that has been encoded for transmission in a URL into a decoded string. @@ -118,8 +121,16 @@ The position in the byte array at which to begin decoding. The number of bytes to decode. A decoded array of bytes. - bytes is null, but count does not equal 0. - offset is less than 0 or greater than the length of the bytes array. - or - count is less than 0, or count + offset is greater than the length of the bytes array. + bytes is , but count does not equal . + offset is less than or greater than the length of the bytes array. + - or - + count is less than , or count + offset is greater than the length of the bytes array. + + + Encodes a URL string using the specified encoding object. + + + An encoded string. 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. @@ -128,12 +139,6 @@ The number of bytes to encode. An encoded string. - - Encodes a URL string using the specified encoding object. - - - An encoded string. - Converts a byte array into an encoded URL string. The array of bytes to encode. @@ -166,8 +171,10 @@ The position in the byte array at which to begin encoding. The number of bytes to encode. An encoded array of bytes. - bytes is null, but count does not equal 0. - offset is less than 0 or greater than the length of the bytes array. - or - count is less than 0, or count + offset is greater than the length of the bytes array. + bytes is , but count does not equal . + offset is less than or greater than the length of the bytes array. + - or - + count is less than , or count + offset is greater than the length of the bytes array. Converts a string into a Unicode string. @@ -185,4 +192,4 @@ The encoded text. - \ No newline at end of file + \ No newline at end of file