Class TransportProtocol
Defines valid SDP transport protocols.
Inheritance
System.Object
TransportProtocol
Namespace: FM.LiveSwitch.Sdp.Ice
Assembly: FM.LiveSwitch.dll
Syntax
public static class TransportProtocol : object
Properties
Tcp
Gets the SDP transport protocol meaning "tcp".
Declaration
public static string Tcp { get; }
Property Value
Type | Description |
---|---|
System.String |
Udp
Gets the SDP transport protocol meaning "udp".
Declaration
public static string Udp { get; }
Property Value
Type | Description |
---|---|
System.String |