WebListenerSettings.UrlPrefixes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The url prefixes to register with Http.Sys. These may be modified at any time prior to disposing the listener.
public:
property Microsoft::Net::Http::Server::UrlPrefixCollection ^ UrlPrefixes { Microsoft::Net::Http::Server::UrlPrefixCollection ^ get(); };
public Microsoft.Net.Http.Server.UrlPrefixCollection UrlPrefixes { get; }
member this.UrlPrefixes : Microsoft.Net.Http.Server.UrlPrefixCollection
Public ReadOnly Property UrlPrefixes As UrlPrefixCollection