mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Changed return type desc in GetParts() summary
This commit is contained in:
parent
2a72c33ba6
commit
02a56d8cf7
@ -272,7 +272,7 @@ namespace Emby.Server.Implementations.HttpServer.Security
|
|||||||
/// Get the authorization header components.
|
/// Get the authorization header components.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="authorizationHeader">The authorization header.</param>
|
/// <param name="authorizationHeader">The authorization header.</param>
|
||||||
/// <returns>string</returns>
|
/// <returns>Dictionary{System.StringSystem.String}.</returns>
|
||||||
public static Dictionary<string, string> GetParts(ReadOnlySpan<char> authorizationHeader)
|
public static Dictionary<string, string> GetParts(ReadOnlySpan<char> authorizationHeader)
|
||||||
{
|
{
|
||||||
var result = new Dictionary<string, string>();
|
var result = new Dictionary<string, string>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user