次の方法で共有


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
Public method Fqdn Initializes a new instance of the Fqdn class from the specified string.

Top

Properties

  Name Description
Public property Domain (Inherited from SmtpDomain.)

Top

Methods

  Name Description
Public method Equals(SmtpDomain) (Inherited from SmtpDomain.)
Public method Equals(Object) (Inherited from SmtpDomain.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from SmtpDomain.)
Public method GetType (Inherited from Object.)
Public methodStatic member IsValidFqdn Determines if a fully-qualified domain name is a valid domain name.
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Parse Converts the string representation of a fully-qualified domain name to a Fqdn instance.
Public method ToString (Inherited from SmtpDomain.)
Public methodStatic member 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

Operators

  Name Description
Public operatorStatic member Implicit(Fqdn to String) Converts a Fqdn instance to a string.

Top