HttpHeaders.Remove(String) 方法

定义

HttpHeaders 集合中移除指定的标头。

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

参数

name
String

要从集合中移除的标头名称。

返回

如果成功移除了 name,则为 true;否则为 false。 如果在集合中HttpHeaders找不到 ,或者 item 如果 itemnull,则此方法也会返回 false

适用于