| PollDeliveryMethod | Poll delivery (SSF 1.0 Section 6.1.2, profiling RFC 8936): the receiver pulls SETs from the URL the transmitter supplied. The URL may be shared across receivers but must be unique per stream for a given receiver. |
| PushDeliveryMethod | Push delivery (SSF 1.0 Section 6.1.1, profiling RFC 8935): the transmitter POSTs each SET to the URL the receiver supplied at stream creation. |
| PushDeliveryMethod.ParameterNames | The wire names specific to push delivery. |
| StreamDeliveryMethod | 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. |
| StreamDeliveryMethod.ParameterNames | The wire names of the members shared by every delivery method. |
| StreamDeliveryMethodJsonConverter | Serialization of the polymorphic delivery object, dispatching on the "method" member (SSF 1.0 Section 6.1). An unknown method URI is rejected: a stream whose delivery method this side cannot operate is a configuration to refuse, not to carry around half-parsed. |