Class TransportProtocol
Defines valid SDP transport protocols.
Inheritance
System.Object
    TransportProtocol
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ToString()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: FM.LiveSwitch.Sdp.Ice
Assembly: FM.LiveSwitch.dll
Syntax
public static class TransportProtocolProperties
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 |