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

備註

只有在 系結至 UnixDomainSocketEndPointListenOptions 才會設定 。

適用於