#### [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')

## StreamMemberNames Class

The wire names of the Event Stream Management API members \(SSF 1\.0 Section 8\.1\)\. One registry
rather than one per model, because the same member crosses several bodies \- "stream\_id" appears
in the configuration, both status shapes, both subject requests and the verification request \-
and per\-model copies of one name drift apart\.

```csharp
public static class StreamMemberNames
```

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

## StreamMemberNames\.Audience Field {#Abblix.SharedSignals.Model.StreamMemberNames.Audience}

The audience identifying the stream's receiver\(s\) \(SSF 1\.0 Section 8\.1\.1\)\.

```csharp
public const string Audience = "aud";
```

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

## StreamMemberNames\.Delivery Field {#Abblix.SharedSignals.Model.StreamMemberNames.Delivery}

The delivery method object \(SSF 1\.0 Sections 8\.1\.1, 6\.1\)\.

```csharp
public const string Delivery = "delivery";
```

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

## StreamMemberNames\.Description Field {#Abblix.SharedSignals.Model.StreamMemberNames.Description}

The receiver's human\-readable description of the stream
            \(SSF 1\.0 Section 8\.1\.1\)\.

```csharp
public const string Description = "description";
```

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

## StreamMemberNames\.EventsDelivered Field {#Abblix.SharedSignals.Model.StreamMemberNames.EventsDelivered}

The event types the transmitter must include in the stream
            \(SSF 1\.0 Section 8\.1\.1\)\.

```csharp
public const string EventsDelivered = "events_delivered";
```

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

## StreamMemberNames\.EventsRequested Field {#Abblix.SharedSignals.Model.StreamMemberNames.EventsRequested}

The event types the receiver asked for \(SSF 1\.0 Section 8\.1\.1\)\.

```csharp
public const string EventsRequested = "events_requested";
```

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

## StreamMemberNames\.EventsSupported Field {#Abblix.SharedSignals.Model.StreamMemberNames.EventsSupported}

The event types the transmitter supports for this receiver
            \(SSF 1\.0 Section 8\.1\.1\)\.

```csharp
public const string EventsSupported = "events_supported";
```

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

## StreamMemberNames\.InactivityTimeout Field {#Abblix.SharedSignals.Model.StreamMemberNames.InactivityTimeout}

The stream's refreshable inactivity timeout in seconds
            \(SSF 1\.0 Section 8\.1\.1\)\.

```csharp
public const string InactivityTimeout = "inactivity_timeout";
```

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

## StreamMemberNames\.Issuer Field {#Abblix.SharedSignals.Model.StreamMemberNames.Issuer}

The transmitter's issuer identifier \(SSF 1\.0 Section 8\.1\.1\)\.

```csharp
public const string Issuer = "iss";
```

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

## StreamMemberNames\.MinVerificationInterval Field {#Abblix.SharedSignals.Model.StreamMemberNames.MinVerificationInterval}

The minimum number of seconds between verification requests
            \(SSF 1\.0 Section 8\.1\.1\)\.

```csharp
public const string MinVerificationInterval = "min_verification_interval";
```

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

## StreamMemberNames\.Reason Field {#Abblix.SharedSignals.Model.StreamMemberNames.Reason}

Why the stream's status is what it is \(SSF 1\.0 Section 8\.1\.2\)\.

```csharp
public const string Reason = "reason";
```

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

## StreamMemberNames\.State Field {#Abblix.SharedSignals.Model.StreamMemberNames.State}

The opaque value echoed back in the Verification Event
            \(SSF 1\.0 Section 8\.1\.4\)\.

```csharp
public const string State = "state";
```

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

## StreamMemberNames\.Status Field {#Abblix.SharedSignals.Model.StreamMemberNames.Status}

The stream's status value \(SSF 1\.0 Section 8\.1\.2\)\.

```csharp
public const string Status = "status";
```

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

## StreamMemberNames\.StreamId Field {#Abblix.SharedSignals.Model.StreamMemberNames.StreamId}

The stream's unique identifier \(SSF 1\.0 Section 8\.1\.1\)\.

```csharp
public const string StreamId = "stream_id";
```

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

## StreamMemberNames\.Subject Field {#Abblix.SharedSignals.Model.StreamMemberNames.Subject}

The subject a request adds or removes \(SSF 1\.0 Section 8\.1\.3\)\.

```csharp
public const string Subject = "subject";
```

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

## StreamMemberNames\.Verified Field {#Abblix.SharedSignals.Model.StreamMemberNames.Verified}

Whether the receiver has verified the subject claim
            \(SSF 1\.0 Section 8\.1\.3\.2\)\.

```csharp
public const string Verified = "verified";
```

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