ListenOptions.SocketPath Propriété

Définition

Obtient le chemin d’accès absolu lié à un socket de domaine 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

Valeur de propriété

Implémente

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

Remarques

Défini uniquement si est ListenOptions lié à un UnixDomainSocketEndPoint.

S’applique à