pull/328/head
David Hall 2022-09-04 08:34:45 -06:00
parent 3118bec2ee
commit 8750953a48
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ namespace Vanara.IO
get
{
var hdr = new System.Net.WebHeaderCollection();
var str = RunAction(() => IHttpOp.GetCustomHeaders().ToString(), null);
var str = RunAction(() => IHttpOp.GetCustomHeaders(), null);
if (str is not null)
{
foreach (var s in str.Split(new[] { '\n', '\r' }, StringSplitOptions.RemoveEmptyEntries))