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
/// .