Skip to content

Commit 7db7b39

Browse files
authored
Update HttpConnectionContextExtensions.cs
1 parent a6ca371 commit 7db7b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/common/Http.Connections/src/HttpConnectionContextExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Microsoft.AspNetCore.Http.Connections
1010
public static class HttpConnectionContextExtensions
1111
{
1212
/// <summary>
13-
/// Gets the <see cref="HttpContext"/> associated with the connection, if there is one.
13+
/// Gets the <see cref="HttpContext"/> associated with the connection, or <see langword="null"/> if there is no HTTP context.
1414
/// </summary>
1515
/// <param name="connection">The <see cref="ConnectionContext"/> representing the connection.</param>
1616
/// <returns>The <see cref="HttpContext"/> associated with the connection, or <see langword="null"/> if the connection is not HTTP-based.</returns>

0 commit comments

Comments
 (0)