[Modify] Remove it

This commit is contained in:
sta 2017-07-07 15:13:40 +09:00
parent 782cbee729
commit 37a38b3d26

View File

@ -876,11 +876,6 @@ namespace WebSocketSharp.Server
return lsnr; return lsnr;
} }
private static string getHost (Uri uri)
{
return uri.HostNameType == UriHostNameType.IPv6 ? uri.Host : uri.DnsSafeHost;
}
private void init ( private void init (
string hostname, System.Net.IPAddress address, int port, bool secure string hostname, System.Net.IPAddress address, int port, bool secure
) )