[Modify] Replace it

This commit is contained in:
sta 2018-01-30 16:16:46 +09:00
parent 810741c3ba
commit 6c3f3115d2

View File

@ -430,7 +430,7 @@ namespace WebSocketSharp.Net
/// </value> /// </value>
public string RawUrl { public string RawUrl {
get { get {
return _url.PathAndQuery; return _rawUrl;
} }
} }