HttpRequestHeaderCollection.Remove(String) Method

Definition

Removes a specific object from the HttpRequestHeaderCollection.

public:
 virtual void Remove(Platform::String ^ key) = IMap<Platform::String ^, Platform::String ^>::Remove;
void Remove(winrt::hstring const& key);
public void Remove(string key);
function remove(key)
Public Sub Remove (key As String)

Parameters

key
String

Platform::String

winrt::hstring

The key of the item to remove.

Implements

Applies to