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

The following tables list the members exposed by the SdpConnection type.

Public Constructors

  Name Description
SdpConnection Overloaded. Initializes a new instance of the class.
Top

Public Properties

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

Public Methods (see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
Reset Sets default values for the connection instance.
Set Sets the IPAddress property or the HostName property.
ToString Overridden. Returns a string representation of the SdpConnection instance.
TrySet Sets the IPAddress property or the HostName property.
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Top

See Also