HttpClientChannel.ChannelPriority Property

Definition

Gets the priority of the current channel.

C#
public int ChannelPriority { get; }

Property Value

An integer that represents the priority assigned to the channel.

Implements

Remarks

The priority controls the order in which competing clients connect to a given endpoint; higher priority channels connect before lower priority channels. The default priority is 1; negative priorities are allowed.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1