Fqdn members
Provides a fully qualified domain name (FQDN) 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
Properties
Name | Description | |
---|---|---|
![]() |
Domain | (Inherited from SmtpDomain.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from SmtpDomain.) |
![]() |
Equals(SmtpDomain) | (Inherited from SmtpDomain.) |
![]() |
GetHashCode | (Inherited from SmtpDomain.) |
![]() ![]() |
IsValidFqdn | Determines whether a fully qualified domain name (FQDN) is a valid domain name. |
![]() ![]() |
Parse | Converts the string representation of a fully qualified domain name (FQDN) to a Fqdn instance. |
![]() |
ToString | (Inherited from SmtpDomain.) |
![]() ![]() |
TryParse | Converts the string representation of a fully qualified domain name (FQDN) to a Fqdn instance. A return value indicates whether the conversion succeeded or failed. |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Implicit(Fqdn to String) | Converts a Fqdn instance to a string. |
Top