Compartir a través de


ListenOptions.SocketPath Propiedad

Definición

Obtiene la ruta de acceso absoluta enlazada a un socket de dominio 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

Valor de propiedad

Implementaciones

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

Comentarios

Solo se establece si ListenOptions está enlazado a .UnixDomainSocketEndPoint

Se aplica a