Class AddressType
Defines valid SDP address types.
Inheritance
System.Object
AddressType
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public static class AddressType : object
Properties
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 |