WebDavMethodHandlerBase GetDepthHeader Method WebDAV#
Gets the Depth header : 0, 1 or infinity

Namespace: WebDAVSharp.Server.MethodHandlers
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int GetDepthHeader(
	IHttpListenerRequest request
)

Parameters

request
Type: WebDAVSharp.Server.Adapters IHttpListenerRequest
The IHttpListenerContext with the response included

Return Value

Type: Int32
The values 0, 1 or -1 (for infinity)
See Also