다음을 통해 공유


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을 선호합니다.

적용 대상