DaprProvider.AppPort Property

Definition

Tells Dapr which port your application is listening on.

public int? AppPort { get; set; }
member this.AppPort : Nullable<int> with get, set
Public Property AppPort As Nullable(Of Integer)

Property Value

Applies to