Skip to content

Abblix.SecurityEvents.Delivery.PollResponse

PollResponse.ParameterNames Class

The wire names of the poll response members (RFC 8936 Section 2.3).

C#
public static class PollResponse.ParameterNames

Inheritance System.Object → ParameterNames

Fields

PollResponse.ParameterNames.MoreAvailable Field

The more-waiting indicator member.

C#
public const string MoreAvailable = "moreAvailable";

Field Value

System.String

PollResponse.ParameterNames.Sets Field

The delivered-tokens member.

C#
public const string Sets = "sets";

Field Value

System.String