[Modify] Polish it

This commit is contained in:
sta 2021-01-13 21:45:44 +09:00
parent 6773613544
commit b5c7c7386c

View File

@ -468,7 +468,8 @@ namespace WebSocketSharp.Net
public Uri Url {
get {
if (!_urlSet) {
_url = HttpUtility.CreateRequestUrl (
_url = HttpUtility
.CreateRequestUrl (
_rawUrl,
_userHostName ?? UserHostAddress,
IsWebSocketRequest,