ListenOptions.KestrelServerOptions 속성

정의

KestrelServerOptions 수신기 옵션에 대한 을 가져옵니다. 연결 미들웨어가 시작 중에 애플리케이션에서 등록한 서비스를 resolve 사용할 수 있도록 합니다.

public:
 property Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerOptions ^ KestrelServerOptions { Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerOptions ^ get(); };
public Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions KestrelServerOptions { get; }
member this.KestrelServerOptions : Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions
Public ReadOnly Property KestrelServerOptions As KestrelServerOptions

속성 값

설명

Listen* 메서드의 콜백에서 액세스한 KestrelServerOptions 경우에만 설정합니다.

적용 대상