ListenOptions.SocketPath Eigenschaft

Definition

Ruft den gebundenen absoluten Pfad zu einem Unix-Domänensocket ab.

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

Eigenschaftswert

Implementiert

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

Hinweise

Legen Sie nur fest, wenn der ListenOptions an ein UnixDomainSocketEndPointgebunden ist.

Gilt für: