[Modify] Replace it
This commit is contained in:
parent
058b5d94a0
commit
a98ad15e00
@ -287,8 +287,7 @@ namespace WebSocketSharp.Server
|
|||||||
throw new ArgumentOutOfRangeException ("port", msg);
|
throw new ArgumentOutOfRangeException ("port", msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
var host = convertToString (address);
|
init (address.ToString (true), address, port, secure);
|
||||||
init (host, address, port, secure);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
Loading…
Reference in New Issue
Block a user