From 1e6633da4eb3f90de3704c9332dfb1cfe1775bb7 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 23 Aug 2018 20:33:41 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/HttpUtility.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index 739fecd9..03fba21b 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -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);