Share via


DaprSidecarOptions.UnixDomainSocket Property

Definition

Gets or sets the path to a Unix Domain Socket (UDS) directory.

public string? UnixDomainSocket { get; init; }
member this.UnixDomainSocket : string with get, set
Public Property UnixDomainSocket As String

Property Value

Remarks

If specified, the Dapr sidecar will use Unix Domain Sockets for API calls.

Applies to