Skip to content

Commit 67f8239

Browse files
committed
fixed "src/Http/Http.Extensions/src/UriHelper.cs(205,52): error CS0117"
1 parent 65b6834 commit 67f8239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Http.Extensions/src/UriHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public static string Encode(Uri uri)
202202
}
203203
else
204204
{
205-
return uri.GetComponents(UriComponents.SerializationInfoString, UriFormat.UriEscaped);
205+
return uri.GetComponents(System.UriComponents.SerializationInfoString, UriFormat.UriEscaped);
206206
}
207207
}
208208

0 commit comments

Comments
 (0)