Fqdn Members
Include Protected Members
Include Inherited Members
Provides a fully-qualified domain name for a server.
The Fqdn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Fqdn | Initializes a new instance of the Fqdn class from the specified string. |
Top
Methods
Name | Description | |
---|---|---|
Equals(SmtpDomain) | (Inherited from SmtpDomain.) | |
Equals(Object) | (Inherited from SmtpDomain.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from SmtpDomain.) | |
GetType | (Inherited from Object.) | |
IsValidFqdn | Determines if a fully-qualified domain name is a valid domain name. | |
MemberwiseClone | (Inherited from Object.) | |
Parse | Converts the string representation of a fully-qualified domain name to a Fqdn instance. | |
ToString | (Inherited from SmtpDomain.) | |
TryParse | Converts the string representation of a fully-qualified domain name to a Fqdn instance. A return value indicates whether the conversion succeeded or failed. |
Top