WebPubSubTrafficThrottleByUserIdRule.MaxInboundMessageBytes Property

Definition

Maximum accumulated inbound message bytes allowed for the same user ID within a time window. Clients with the same user ID will get disconnected if the message bytes exceeds this value. Default value is 1GB.

public long? MaxInboundMessageBytes { get; set; }
member this.MaxInboundMessageBytes : Nullable<int64> with get, set
Public Property MaxInboundMessageBytes As Nullable(Of Long)

Property Value

Applies to