HttpHeaders.Remove(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中删除指定的标头 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
要从集合中删除的标头的名称。
返回
false集合中未找到或name是否HttpHeaders在集合中找到name。null