[Modify] Polish it
This commit is contained in:
parent
6773613544
commit
b5c7c7386c
@ -468,7 +468,8 @@ namespace WebSocketSharp.Net
|
|||||||
public Uri Url {
|
public Uri Url {
|
||||||
get {
|
get {
|
||||||
if (!_urlSet) {
|
if (!_urlSet) {
|
||||||
_url = HttpUtility.CreateRequestUrl (
|
_url = HttpUtility
|
||||||
|
.CreateRequestUrl (
|
||||||
_rawUrl,
|
_rawUrl,
|
||||||
_userHostName ?? UserHostAddress,
|
_userHostName ?? UserHostAddress,
|
||||||
IsWebSocketRequest,
|
IsWebSocketRequest,
|
||||||
|
Loading…
Reference in New Issue
Block a user