Skip to content

Commit

Permalink
WebBrowserExtensions.LoadUrlWithPostData - Mark as Obsolete
Browse files Browse the repository at this point in the history
Issue #2705
  • Loading branch information
amaitland committed Mar 26, 2019
1 parent 987f988 commit ba008ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CefSharp/WebBrowserExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ public static void ExecuteScriptAsyncWhenPageLoaded(this IWebBrowser webBrowser,
/// <param name="postDataBytes"></param>
/// <param name="contentType"></param>
/// <remarks>This is an extension method</remarks>
[Obsolete("This method will be removed in version 75 as it has become unreliable see https://github.com/cefsharp/CefSharp/issues/2705 for details.")]
public static void LoadUrlWithPostData(this IWebBrowser browser, string url, byte[] postDataBytes, string contentType = null)
{
using (var frame = browser.GetMainFrame())
Expand Down

0 comments on commit ba008ee

Please sign in to comment.