IHttpListenerResponse AppendHeader Method WebDAV#
Appends a value to the specified HTTP header to be sent with the response.

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void AppendHeader(
	string name,
	string value
)

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