ListenOptions.SocketPath 속성

정의

Unix 도메인 소켓에 바인딩된 절대 경로를 가져옵니다.

public:
 property System::String ^ SocketPath { System::String ^ get(); };
public string SocketPath { get; }
public string? SocketPath { get; }
member this.SocketPath : string
Public ReadOnly Property SocketPath As String

속성 값

구현

Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation.SocketPath

설명

가 에 ListenOptions 바인딩된 UnixDomainSocketEndPoint경우에만 설정합니다.

적용 대상