Skip to content

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.

C#
public abstract class StreamDeliveryMethod

Inheritance System.Object → StreamDeliveryMethod

Derived
PollDeliveryMethod
PushDeliveryMethod

Properties

StreamDeliveryMethod.Method Property

The URI identifying the delivery method (SSF 1.0 Section 6.1).

C#
public string Method { get; }

Property Value

System.String