다음을 통해 공유


IHostMetadata.Hosts 속성

정의

라우팅 중에 사용되는 호스트의 읽기 전용 컬렉션을 반환합니다. 호스트는 punycode가 아닌 유니코드이며 포트가 있을 수 있습니다. 빈 컬렉션은 모든 호스트가 수락됨을 의미합니다.

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ Hosts { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> Hosts { get; }
member this.Hosts : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property Hosts As IReadOnlyList(Of String)

속성 값

적용 대상