Class Setup
Defines valid SDP setups.
Inheritance
System.Object
Setup
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public static class Setup : object
Properties
Active
Gets the SDP setup meaning "Active".
Declaration
public static string Active { get; }
Property Value
Type | Description |
---|---|
System.String |
ActPass
Gets the SDP setup meaning "Active or Passive".
Declaration
public static string ActPass { get; }
Property Value
Type | Description |
---|---|
System.String |
Passive
Gets the SDP setup meaning "Passive".
Declaration
public static string Passive { get; }
Property Value
Type | Description |
---|---|
System.String |