From 9b65b64692ab6b43f375b07e1076a38405761d5f Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 14 Jul 2017 16:29:06 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Ext.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 8026fbf9..076b702e 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -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);