Removes the header value under the given name.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Remove(
string name
)
Public Sub Remove (
name As String
)
public:
void Remove(
String^ name
)
member Remove :
name : string -> unit
Parameters
- name
- Type: SystemString
the name of the header to remove from the collection.
Remarks See Also