ListenOptions.SocketPath Property

Definition

Gets the bound absolute path to a Unix domain socket.

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

Property Value

Implements

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

Remarks

Only set if the ListenOptions is bound to a UnixDomainSocketEndPoint.

Applies to