Adds the specified header and value to the HTTP headers for this response.
[Visual Basic]
Sub AddHeader( _
ByVal
name As
String, _
ByVal
value As
String _
)
Parameters
-
name
- The name of the HTTP header to set.
-
value
- The value for the name header.
See Also
IResponse Interface | ITHit.WebDAV.Server Namespace