HttpsRedirectionOptions.HttpsPort 속성

정의

리디렉션된 URL에 추가할 HTTPS 포트입니다.

public:
 property Nullable<int> HttpsPort { Nullable<int> get(); void set(Nullable<int> value); };
public int? HttpsPort { get; set; }
member this.HttpsPort : Nullable<int> with get, set
Public Property HttpsPort As Nullable(Of Integer)

속성 값

설명

HttpsPort가 설정되지 않은 경우 다음에서 HttpsPort를 가져옵니다. 1. HTTPS_PORT 환경 변수 2. IServerAddressesFeature 실패하면 미들웨어가 경고를 기록하고 끕니다.

적용 대상