[Modify] Remove it

master
sta 7 years ago
parent 06fcf94796
commit 8f5f5ba383

@ -1246,11 +1246,6 @@ namespace WebSocketSharp
} }
} }
internal static byte[] UTF8Encode (this string s)
{
return Encoding.UTF8.GetBytes (s);
}
internal static void WriteBytes ( internal static void WriteBytes (
this Stream stream, byte[] bytes, int bufferLength this Stream stream, byte[] bytes, int bufferLength
) )

Loading…
Cancel
Save