| File: AuthenticationRefreshMetadata.cs | Web Access |
| Project: src\aspnetcore\src\SignalR\common\Http.Connections\src\Microsoft.AspNetCore.Http.Connections.csproj (Microsoft.AspNetCore.Http.Connections) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.AspNetCore.Http.Connections; /// <summary> /// Metadata to identify the /refresh endpoint for HTTP connections, used to refresh /// authentication on an existing connection without reconnecting. /// </summary> public sealed class AuthenticationRefreshMetadata { } |