CoreWebView2HttpRequestHeaders.RemoveHeader(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes header that matches the name.
public void RemoveHeader (string name);
member this.RemoveHeader : string -> unit
Public Sub RemoveHeader (name As String)
Parameters
- name
- String