[Modify] Remove it

master
sta 9 years ago
parent 782cbee729
commit 37a38b3d26

@ -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
) )

Loading…
Cancel
Save