From 03f10fff423eb0bce575b9c9a3716d78f09ed393 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 3 Nov 2018 21:36:11 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Ext.cs | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index fdcf00f2..bed790ec 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1976,23 +1976,6 @@ namespace WebSocketSharp return ret; } - /// - /// URL-decodes the specified . - /// - /// - /// A that receives the decoded string or - /// if it is or empty. - /// - /// - /// A to decode. - /// - public static string UrlDecode (this string value) - { - return value != null && value.Length > 0 - ? HttpUtility.UrlDecode (value) - : value; - } - /// /// Writes and sends the specified data with the specified /// .