Class AddressType
Defines valid SDP address types.
Inheritance
System.Object
    AddressType
  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
Assembly: FM.LiveSwitch.dll
Syntax
public static class AddressTypeProperties
IP4
Gets the SDP address type meaning "IP version 4".
Declaration
public static string IP4 { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
IP6
Gets the SDP address type meaning "IP version 6".
Declaration
public static string IP6 { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
GetAddressTypeForAddress(String)
Gets the SDP address type for the specified IP address.
Declaration
public static string GetAddressTypeForAddress(string ipAddress)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | ipAddress | The IP address. | 
Returns
| Type | Description | 
|---|---|
| System.String |