From 3a8d1d97c2fc431ae4032ce19077bb44177659ca Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 1 Nov 2018 19:37:54 +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 1857bb7e..fdcf00f2 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1993,23 +1993,6 @@ namespace WebSocketSharp : value; } - /// - /// URL-encodes the specified . - /// - /// - /// A that receives the encoded string or - /// if it is or empty. - /// - /// - /// A to encode. - /// - public static string UrlEncode (this string value) - { - return value != null && value.Length > 0 - ? HttpUtility.UrlEncode (value) - : value; - } - /// /// Writes and sends the specified data with the specified /// .