#### [Abblix\.SharedSignals](https://www.abblix.com/en/docs/api/abblix-sharedsignals 'index')
### [Abblix\.SharedSignals\.Model](https://www.abblix.com/en/docs/api/abblix-sharedsignals/Abblix.SharedSignals.Model 'Abblix\.SharedSignals\.Model')

## VerificationRequest Class

The body of a receiver's request that a Verification Event be sent over an Event Stream
\(SSF 1\.0 Section 8\.1\.4\.2\)\. Success is an empty 204, and it promises only that the event has
been or will be transmitted \- possibly asynchronously, in no particular order relative to the
queue \- so a receiver must not wait on it synchronously\.

```csharp
public sealed record VerificationRequest : System.IEquatable<Abblix.SharedSignals.Model.VerificationRequest>
```

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

Implements [System\.IEquatable&lt;](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 'System\.IEquatable\`1')[VerificationRequest](https://www.abblix.com/en/docs/api/abblix-sharedsignals/Abblix.SharedSignals.Model.VerificationRequest 'Abblix\.SharedSignals\.Model\.VerificationRequest')[&gt;](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 'System\.IEquatable\`1')
### Properties

## VerificationRequest\.State Property {#Abblix.SharedSignals.Model.VerificationRequest.State}

OPTIONAL\. An arbitrary string the transmitter must echo back in the Verification Event's
payload, letting the receiver correlate the event with this request; a
transmitter\-initiated Verification Event carries none \(SSF 1\.0 Section 8\.1\.4\.2\)\.

```csharp
public string? State { get; init; }
```

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

## VerificationRequest\.StreamId Property {#Abblix.SharedSignals.Model.VerificationRequest.StreamId}

REQUIRED\. The stream the Verification Event is requested on \(SSF 1\.0 Section 8\.1\.4\.2\)\.

```csharp
public string StreamId { get; init; }
```

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