WebPubSubThrottleByJwtCustomClaimRule.MaxCount Property

Definition

Maximum connection count allowed for the same Jwt claim value. Clients with the same Jwt claim will get rejected if the connection count exceeds this value. Default value is 20.

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

Property Value

Applies to