Added missing winhttp.h constants

pull/328/head
dahall 2022-07-25 08:53:24 -06:00
parent 666392b2e5
commit 294b956f83
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,12 @@ namespace Vanara.PInvoke
/// <summary>Default value.</summary>
public const string WINHTTP_NO_OUTPUT_BUFFER = null;
/// <summary/>
public const string WINHTTP_NO_PROXY_BYPASS = null;
/// <summary/>
public const string WINHTTP_NO_PROXY_NAME = null;
/// <summary>Default value.</summary>
public const string WINHTTP_NO_REQUEST_DATA = null;