HttpSysOptions.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. When attached to an existing queue the prefixes are only used to compute PathBase for requests.
public:
property Microsoft::AspNetCore::Server::HttpSys::UrlPrefixCollection ^ UrlPrefixes { Microsoft::AspNetCore::Server::HttpSys::UrlPrefixCollection ^ get(); };
public Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection UrlPrefixes { get; }
member this.UrlPrefixes : Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection
Public ReadOnly Property UrlPrefixes As UrlPrefixCollection