Sdílet prostřednictvím


ListenOptions.SocketPath Vlastnost

Definice

Získá vázanou absolutní cestu k soketu domény 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

Hodnota vlastnosti

Implementuje

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

Poznámky

Nastaveno pouze v ListenOptions případě, že je vázán na UnixDomainSocketEndPoint.

Platí pro