Appends a value to the specified HTTP header to be sent with the response.
Namespace: WebDAVSharp.Server.AdaptersAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- name
- Type: System String
The name of the HTTP header to append the value to.
- value
- Type: System String
The value to append to the name header.
See Also