[Modify] Remove it
This commit is contained in:
parent
8f452670b5
commit
5f01dfe31f
@ -806,17 +806,6 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
}
|
||||
|
||||
internal static byte[] InternalUrlEncodeUnicodeToBytes (string s)
|
||||
{
|
||||
using (var buff = new MemoryStream ()) {
|
||||
foreach (var c in s)
|
||||
urlEncodeUnicode (c, buff);
|
||||
|
||||
buff.Close ();
|
||||
return buff.ToArray ();
|
||||
}
|
||||
}
|
||||
|
||||
internal static bool TryGetEncoding (
|
||||
string contentType, out Encoding result
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user