HttpSysOptions.UrlPrefixes Property

Definition

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

Property Value

Applies to