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

## StreamDeliveryMethod Class

The delivery half of a stream's configuration: how Security Event Tokens travel from the
transmitter to the receiver\. Each method is identified by the URI in the "method" member
\(SSF 1\.0 Section 6\.1\), and the polymorphic serialization dispatches on that member\.

```csharp
public abstract class StreamDeliveryMethod
```

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

Derived  
↳ [PollDeliveryMethod](https://www.abblix.com/en/docs/api/abblix-sharedsignals/Abblix.SharedSignals.Model.Delivery.PollDeliveryMethod 'Abblix\.SharedSignals\.Model\.Delivery\.PollDeliveryMethod')  
↳ [PushDeliveryMethod](https://www.abblix.com/en/docs/api/abblix-sharedsignals/Abblix.SharedSignals.Model.Delivery.PushDeliveryMethod 'Abblix\.SharedSignals\.Model\.Delivery\.PushDeliveryMethod')
### Properties

## StreamDeliveryMethod\.Method Property {#Abblix.SharedSignals.Model.Delivery.StreamDeliveryMethod.Method}

The URI identifying the delivery method \(SSF 1\.0 Section 6\.1\)\.

```csharp
public string Method { get; }
```

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