ServerAddressesFeature クラス

定義

サーバーで使用されるアドレスを指定します。

public ref class ServerAddressesFeature : Microsoft::AspNetCore::Hosting::Server::Features::IServerAddressesFeature
public class ServerAddressesFeature : Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature
type ServerAddressesFeature = class
    interface IServerAddressesFeature
Public Class ServerAddressesFeature
Implements IServerAddressesFeature
継承
ServerAddressesFeature
実装

コンストラクター

ServerAddressesFeature()

サーバーで使用されるアドレスを指定します。

プロパティ

Addresses

ICollection<T>サーバーによって使用されるアドレスの 。

PreferHostingUrls

true サーバーではなくホストによって構成された URL を優先します。

適用対象