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.
public abstract class StreamDeliveryMethodInheritance System.Object → StreamDeliveryMethod
Derived
↳ PollDeliveryMethod
↳ PushDeliveryMethod
Properties
StreamDeliveryMethod.Method Property
The URI identifying the delivery method (SSF 1.0 Section 6.1).
public string Method { get; }