HttpListenerAdapter Prefixes Property WebDAV#
Gets the Uniform Resource Identifier ( Uri) prefixes handled by the adapted HttpListener object.

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public HttpListenerPrefixCollection Prefixes { get; }

Property Value

Type: HttpListenerPrefixCollection

Implements

IHttpListener Prefixes
See Also