Class SDPConnectionInformation
Inheritance
System.Object
SDPConnectionInformation
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.ReferenceEquals(System.Object, System.Object)
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public class SDPConnectionInformation
Constructors
| Improve this Doc View SourceSDPConnectionInformation(IPAddress)
Declaration
public SDPConnectionInformation(IPAddress connectionAddress)
Parameters
Type | Name | Description |
---|---|---|
System.Net.IPAddress | connectionAddress |
Fields
| Improve this Doc View SourceCONNECTION_ADDRESS_TYPE_IPV4
Declaration
public const string CONNECTION_ADDRESS_TYPE_IPV4 = "IP4"
Field Value
Type | Description |
---|---|
System.String |
CONNECTION_ADDRESS_TYPE_IPV6
Declaration
public const string CONNECTION_ADDRESS_TYPE_IPV6 = "IP6"
Field Value
Type | Description |
---|---|
System.String |
ConnectionAddress
IP or multicast address for the media connection.
Declaration
public string ConnectionAddress
Field Value
Type | Description |
---|---|
System.String |
ConnectionAddressType
Session level address family.
Declaration
public string ConnectionAddressType
Field Value
Type | Description |
---|---|
System.String |
ConnectionNetworkType
Type of network, IN = Internet.
Declaration
public string ConnectionNetworkType
Field Value
Type | Description |
---|---|
System.String |
m_CRLF
Declaration
public const string m_CRLF = "\r\n"
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceParseConnectionInformation(String)
Declaration
public static SDPConnectionInformation ParseConnectionInformation(string connectionLine)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionLine |
Returns
Type | Description |
---|---|
SDPConnectionInformation |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()