The SdpConnectiontype exposes the following members.

Constructors

  Name Description
SdpConnection Overloaded.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
Reset
Sets default values for the connection instance.
Set
Sets the IPAddress property if the given string is a recognizable address, otherwise sets the HostName property.
ToString
Returns a string representation of the SdpConnection instance. This function is useful for tracing or debugging.
(Overrides ObjectToString () () () .)
TrySet
Sets the IPAddress property if a given string is a recognizable address, otherwise sets the HostName property. Strings that contain spaces, slashes, or control characters are not accepted.

Properties

  Name Description
HostName
Gets or sets the FQDN of the connection. This property will return String.Emtpy if an IP address is present in the SDP. If both and IPAddress and HostName are set, then the HostName is used when serializing.
HostNameIPVersion
Gets or sets the address family to use if a hostname is specified rather than an IP address. The family found in the IPAddress instance is used, if the IPAddress property is not null. This value defaults to InterNetwork (IP4).
IPAddress
Gets or sets the IP address unless a HostName is supplied. This property may be null.
IsSet
Gets true if the connection has been assigned a value.

See Also