Compartilhar via


ListenOptions.SocketPath Propriedade

Definição

Obtém o caminho absoluto associado a um soquete de domínio 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 da propriedade

Implementações

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

Comentários

Definir somente se o ListenOptions estiver associado a um UnixDomainSocketEndPoint.

Aplica-se a