Show / Hide Table of Contents

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 Source

SDPConnectionInformation(IPAddress)

Declaration
public SDPConnectionInformation(IPAddress connectionAddress)
Parameters
Type Name Description
System.Net.IPAddress connectionAddress

Fields

| Improve this Doc View Source

CONNECTION_ADDRESS_TYPE_IPV4

Declaration
public const string CONNECTION_ADDRESS_TYPE_IPV4 = "IP4"
Field Value
Type Description
System.String
| Improve this Doc View Source

CONNECTION_ADDRESS_TYPE_IPV6

Declaration
public const string CONNECTION_ADDRESS_TYPE_IPV6 = "IP6"
Field Value
Type Description
System.String
| Improve this Doc View Source

ConnectionAddress

IP or multicast address for the media connection.

Declaration
public string ConnectionAddress
Field Value
Type Description
System.String
| Improve this Doc View Source

ConnectionAddressType

Session level address family.

Declaration
public string ConnectionAddressType
Field Value
Type Description
System.String
| Improve this Doc View Source

ConnectionNetworkType

Type of network, IN = Internet.

Declaration
public string ConnectionNetworkType
Field Value
Type Description
System.String
| Improve this Doc View Source

m_CRLF

Declaration
public const string m_CRLF = "\r\n"
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

ParseConnectionInformation(String)

Declaration
public static SDPConnectionInformation ParseConnectionInformation(string connectionLine)
Parameters
Type Name Description
System.String connectionLine
Returns
Type Description
SDPConnectionInformation
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX