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

注釈

が にUnixDomainSocketEndPointバインドされている場合ListenOptionsにのみ設定されます。

適用対象