[Modify] Remove it
This commit is contained in:
parent
6a4b027e0a
commit
9b65b64692
@ -487,16 +487,6 @@ namespace WebSocketSharp
|
|||||||
return unquote ? val.Unquote () : val;
|
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)
|
internal static byte[] InternalToByteArray (this ushort value, ByteOrder order)
|
||||||
{
|
{
|
||||||
var bytes = BitConverter.GetBytes (value);
|
var bytes = BitConverter.GetBytes (value);
|
||||||
|
Loading…
Reference in New Issue
Block a user