Share via


SdpConnection Members

Represents an IP address or a host name found in the SDP.

The SdpConnection type exposes the following members.

Constructors

  Name Description
Public method SdpConnection()()()() Initializes a new instance of the class.
Public method SdpConnection(IPAddress) Initializes a new instance of the class.
Public method SdpConnection(SdpConnection) Initializes a new instance of the class.

Top

Properties

  Name Description
Public property HostName Gets or sets the FQDN of the connection.
Public property HostNameIPVersion Gets or sets the address family to use when a host name is specified rather than an IP address.
Public property IPAddress Gets or sets the IP address unless a [HostName] is supplied.
Public property IsSet Gets whether the connection has been assigned a value.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Reset Sets default values for the connection instance.
Public method Set Sets the [IPAddress] property or the [HostName] property.
Public method ToString Returns a string representation of the [SdpConnection] instance. (Overrides Object..::..ToString()()()().)
Public method TrySet Sets the [IPAddress] property or the [HostName] property.

Top

See Also

Reference

SdpConnection Class

Microsoft.Rtc.Signaling Namespace