WebDavMethodHandlerBase GetDestinationHeader Method WebDAV#
Gets the Destination header as an URI

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

Parameters

request
Type: WebDAVSharp.Server.Adapters IHttpListenerRequest
The IHttpListenerRequest has the header included

Return Value

Type: Uri
The Uri containing the destination
See Also