[Modify] Remove it
This commit is contained in:
parent
4c96ed7578
commit
1e6633da4e
@ -1019,14 +1019,6 @@ namespace WebSocketSharp.Net
|
||||
output.Write (HtmlEncode (s));
|
||||
}
|
||||
|
||||
public static NameValueCollection ParseQueryString (string query, Encoding encoding)
|
||||
{
|
||||
if (query == null)
|
||||
throw new ArgumentNullException ("query");
|
||||
|
||||
return InternalParseQueryString (query, encoding ?? Encoding.UTF8);
|
||||
}
|
||||
|
||||
public static string UrlDecode (string s)
|
||||
{
|
||||
return UrlDecode (s, Encoding.UTF8);
|
||||
|
Loading…
Reference in New Issue
Block a user