We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff17e67 commit 903442eCopy full SHA for 903442e
src/Senparc.CO2NET.AspNet/Extensions/HttpExtensions.cs
@@ -110,7 +110,6 @@ private static bool IsSet(this IPAddress address)
110
return address != null && address.ToString() != NullIpAddress;
111
}
112
113
-
114
/// <summary>
115
/// Determines whether the specified HTTP request is an AJAX request.
116
/// </summary>
0 commit comments