Abblix.SharedSignals.Model.Delivery.StreamDeliveryMethod
StreamDeliveryMethod.ParameterNames Class
The wire names of the members shared by every delivery method.
public static class StreamDeliveryMethod.ParameterNamesInheritance System.Object → ParameterNames
Fields
StreamDeliveryMethod.ParameterNames.EndpointUrl Field
The URL events travel through; who supplies it depends on the method - the receiver for push (SSF 1.0 Section 6.1.1), the transmitter for poll (Section 6.1.2).
public const string EndpointUrl = "endpoint_url";Field Value
StreamDeliveryMethod.ParameterNames.Method Field
The delivery method discriminator (SSF 1.0 Section 6.1).
public const string Method = "method";