Skip to content

Abblix.SharedSignals.Model.Delivery.StreamDeliveryMethod

StreamDeliveryMethod.ParameterNames Class

The wire names of the members shared by every delivery method.

C#
public static class StreamDeliveryMethod.ParameterNames

Inheritance 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).

C#
public const string EndpointUrl = "endpoint_url";

Field Value

System.String

StreamDeliveryMethod.ParameterNames.Method Field

The delivery method discriminator (SSF 1.0 Section 6.1).

C#
public const string Method = "method";

Field Value

System.String