[Modify] Remove it
This commit is contained in:
parent
e8fee4f3c1
commit
8f452670b5
@ -1288,16 +1288,6 @@ namespace WebSocketSharp.Net
|
|||||||
return InternalUrlEncodeToBytes (bytes, 0, bytes.Length);
|
return InternalUrlEncodeToBytes (bytes, 0, bytes.Length);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static byte[] UrlEncodeUnicodeToBytes (string s)
|
|
||||||
{
|
|
||||||
if (s == null)
|
|
||||||
throw new ArgumentNullException ("s");
|
|
||||||
|
|
||||||
return s.Length > 0
|
|
||||||
? InternalUrlEncodeUnicodeToBytes (s)
|
|
||||||
: new byte[0];
|
|
||||||
}
|
|
||||||
|
|
||||||
public static string UrlPathEncode (string s)
|
public static string UrlPathEncode (string s)
|
||||||
{
|
{
|
||||||
if (s == null)
|
if (s == null)
|
||||||
|
Loading…
Reference in New Issue
Block a user