+ WebContent.GetUrl()

+ LoadURLOptions.ExtraHeaders
This commit is contained in:
Shakirov Ruslan
2018-03-16 22:32:56 +03:00
parent c4c0bbadea
commit 959def9c86
5 changed files with 34 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
namespace ElectronNET.API.Entities
using System.Collections.Generic;
namespace ElectronNET.API.Entities
{
/// <summary>
///
@@ -21,5 +23,10 @@
/// files.
/// </summary>
public string BaseURLForDataURL { get; set; }
/// <summary>
/// Extra headers for the request.
/// </summary>
public string ExtraHeaders { get; set; }
}
}