DaprProvider.AppProtocol Property

Definition

Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http.

public Azure.ResourceManager.Applications.Containers.Models.AppProtocol? AppProtocol { get; set; }
member this.AppProtocol : Nullable<Azure.ResourceManager.Applications.Containers.Models.AppProtocol> with get, set
Public Property AppProtocol As Nullable(Of AppProtocol)

Property Value

Applies to