Обнновлено до .net10
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using System.Net;
|
||||
|
||||
namespace YandexMusic.API.Extensions
|
||||
namespace YandexMusic.API.Extensions;
|
||||
|
||||
public static class HttpRequestHeaderExtensions
|
||||
{
|
||||
public static class HttpRequestHeaderExtensions
|
||||
public static string GetName(this HttpRequestHeader header)
|
||||
{
|
||||
public static string GetName(this HttpRequestHeader header)
|
||||
{
|
||||
return header.ToString().SplitByCapitalLetter("-");
|
||||
}
|
||||
return header.ToString().SplitByCapitalLetter("-");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user