HttpHeaders.Remove Method
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Function Remove ( _
name As String _
) As Boolean
'Usage
Dim instance As HttpHeaders
Dim name As String
Dim returnValue As Boolean
returnValue = instance.Remove(name)
public bool Remove(
string name
)
public:
bool Remove(
String^ name
)
member Remove :
name:string -> bool
public function Remove(
name : String
) : boolean
Parameters
- name
Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.