Share via


RequestHeaders.Remove(String) Method

Definition

Removes the header from the collection.

public bool Remove (string name);
member this.Remove : string -> bool
Public Function Remove (name As String) As Boolean

Parameters

name
String

The header name.

Returns

true if the header existed, otherwise false.

Applies to