ListenOptions.SocketPath Proprietà

Definizione

Ottiene il percorso assoluto associato a un socket di 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

Valore della proprietà

Implementazioni

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

Commenti

Impostare solo se l'oggetto ListenOptions è associato a un oggetto UnixDomainSocketEndPoint.

Si applica a