AppDaprConfig.AppPort Property

Definition

Tells Dapr which port your application is listening on Serialized Name: DaprConfig.appPort

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

Property Value

Applies to