mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
R# cleanup
This commit is contained in:
@@ -27,10 +27,10 @@ namespace ArchiSteamFarm.IPC.Requests {
|
||||
[SuppressMessage("ReSharper", "ClassCannotBeInstantiated")]
|
||||
public sealed class WWWSendRequest {
|
||||
/// <summary>
|
||||
/// Full URL of the request to be made.
|
||||
/// Full URL of the request to be made.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// URL must start from https:// scheme.
|
||||
/// URL must start from https:// scheme.
|
||||
/// </remarks>
|
||||
[Required]
|
||||
[JsonProperty(Required = Required.Always)]
|
||||
|
||||
Reference in New Issue
Block a user