wodHttpDLX ActiveX Control - Remove Method
      
 

Description

Removes header from the collection.


Return Type

None  


Syntax

object.Remove Index



The Remove Method syntax has these parts:

Part Description
object An expression evaluating to an object of type HttpHeaders.
Index Required. A Variant value. String expression as header name, of integer as header index.

Remarks

Remove method will remove one header from the collection. You can specify header's name (Cookie, User-Agent, ...), or specify it's index, relative to 0.