SdpConnection Members
Represents an IP address or a host name found in the SDP.
The SdpConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SdpConnection()()()() | Initializes a new instance of the class. | |
SdpConnection(IPAddress) | Initializes a new instance of the class. | |
SdpConnection(SdpConnection) | Initializes a new instance of the class. |
Top
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
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 or the [HostName] property. | |
ToString | Returns a string representation of the [SdpConnection] instance. (Overrides Object..::..ToString()()()().) | |
TrySet | Sets the [IPAddress] property or the [HostName] property. |
Top