Skip to content

Abblix.SecurityEvents.Delivery.PollRequest

PollRequest.ParameterNames Class

The wire names of the poll request members (RFC 8936 Section 2.2).

C#
public static class PollRequest.ParameterNames

Inheritance System.Object → ParameterNames

Fields

PollRequest.ParameterNames.Acknowledged Field

The acknowledgement member.

C#
public const string Acknowledged = "ack";

Field Value

System.String

PollRequest.ParameterNames.Errors Field

The per-token error report member.

C#
public const string Errors = "setErrs";

Field Value

System.String

PollRequest.ParameterNames.MaxEvents Field

The maximum-events member.

C#
public const string MaxEvents = "maxEvents";

Field Value

System.String

PollRequest.ParameterNames.ReturnImmediately Field

The short-poll switch member.

C#
public const string ReturnImmediately = "returnImmediately";

Field Value

System.String