HttpListenerRequestAdapter
Url Property
WebDAV#
Gets the
Uri
object requested by the client.
Namespace:
WebDAVSharp.Server.Adapters
Assembly:
WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
Copy to Clipboard
Print
public
Uri
Url
{
get
; }
public Uri Url { get; }
Property Value
Type:
Uri
Implements
IHttpListenerRequest
Url
See Also
Reference
HttpListenerRequestAdapter Class
WebDAVSharp.Server.Adapters Namespace