#### [Abblix\.SecurityEvents](https://www.abblix.com/en/docs/api/abblix-securityevents 'index')
### [Abblix\.SecurityEvents\.Delivery](https://www.abblix.com/en/docs/api/abblix-securityevents/Abblix.SecurityEvents.Delivery 'Abblix\.SecurityEvents\.Delivery').[PollResponse](https://www.abblix.com/en/docs/api/abblix-securityevents/Abblix.SecurityEvents.Delivery.PollResponse 'Abblix\.SecurityEvents\.Delivery\.PollResponse')

## PollResponse\.ParameterNames Class

The wire names of the poll response members \(RFC 8936 Section 2\.3\)\.

```csharp
public static class PollResponse.ParameterNames
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → ParameterNames
### Fields

## PollResponse\.ParameterNames\.MoreAvailable Field {#Abblix.SecurityEvents.Delivery.PollResponse.ParameterNames.MoreAvailable}

The more\-waiting indicator member\.

```csharp
public const string MoreAvailable = "moreAvailable";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## PollResponse\.ParameterNames\.Sets Field {#Abblix.SecurityEvents.Delivery.PollResponse.ParameterNames.Sets}

The delivered\-tokens member\.

```csharp
public const string Sets = "sets";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
