[Modify] Remove it

This commit is contained in:
sta 2017-07-14 16:29:06 +09:00
parent 6a4b027e0a
commit 9b65b64692

View File

@ -487,16 +487,6 @@ namespace WebSocketSharp
return unquote ? val.Unquote () : val;
}
internal static TcpListenerWebSocketContext GetWebSocketContext (
this TcpClient tcpClient,
string protocol,
bool secure,
ServerSslConfiguration sslConfig,
Logger logger)
{
return new TcpListenerWebSocketContext (tcpClient, protocol, secure, sslConfig, logger);
}
internal static byte[] InternalToByteArray (this ushort value, ByteOrder order)
{
var bytes = BitConverter.GetBytes (value);