Deutsch | English | Español | Français |
Italiano | 日本語 | 한국어 | Português |
Pусский | 简体中文 | 繁體中文 |
Removes a specific item from the HttpResponseHeaderCollection.
Syntax
public bool Remove(
string key
)
Public Function Remove(
key As String
) As Boolean
Parameters
- key
-
Type: System.String
The key of the item to remove.
Return value
Type: System.Boolean
true if the item was removed, otherwise false.
Requirements
Minimum supported client | Windows 8.1 |
---|---|
Minimum supported server | Windows Server 2012 R2 |
Minimum supported phone | Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
Namespace |
Windows.Web.Http.Headers |
See also