WebPubSubTrafficThrottleByUserIdRule.MaxInboundMessageBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)