WebListenerSettings.UrlPrefixes 属性

定义

要注册到 Http.Sys 的 URL 前缀。 可能在处理侦听器之前随时对这些设置进行修改。

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

属性值

适用于