Click or drag to resize
WebHeaderCollectionRemove Method
Removes the specified header from the collection.

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public void Remove(
	string name
)

Parameters

name
Type: SystemString
The name of the header to remove.
Remarks
Throws an exception if the specified header name is the name of a special header.
See Also