[Modify] Rename it
This commit is contained in:
parent
abfcc756cf
commit
d334f1af5f
@ -70,10 +70,10 @@ namespace WebSocketSharp.Net
|
|||||||
private Stream _inputStream;
|
private Stream _inputStream;
|
||||||
private Version _protocolVersion;
|
private Version _protocolVersion;
|
||||||
private NameValueCollection _queryString;
|
private NameValueCollection _queryString;
|
||||||
private Uri _referer;
|
|
||||||
private Guid _requestTraceIdentifier;
|
private Guid _requestTraceIdentifier;
|
||||||
private string _uri;
|
private string _uri;
|
||||||
private Uri _url;
|
private Uri _url;
|
||||||
|
private Uri _urlReferrer;
|
||||||
private string[] _userLanguages;
|
private string[] _userLanguages;
|
||||||
private bool _websocketRequest;
|
private bool _websocketRequest;
|
||||||
private bool _websocketRequestSet;
|
private bool _websocketRequestSet;
|
||||||
@ -463,7 +463,7 @@ namespace WebSocketSharp.Net
|
|||||||
/// </value>
|
/// </value>
|
||||||
public Uri UrlReferrer {
|
public Uri UrlReferrer {
|
||||||
get {
|
get {
|
||||||
return _referer;
|
return _urlReferrer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -587,7 +587,7 @@ namespace WebSocketSharp.Net
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
_referer = referer;
|
_urlReferrer = referer;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user