CNAMEResource
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.net.dns.dnsmessage
- Platforms: .NET, .NET Standard 2.0, Island
Fields
CNAME
var CNAME: Name;
Name CNAME
var CNAME: Name
CNAME Name
FIELD CNAME() As Name
Instance Methods
constructor
constructor
CNAMEResource()
init()
Sub New()
constructor (Name)
constructor(aCNAME: Name)
CNAMEResource(Name aCNAME)
init(_ aCNAME: Name)
Sub New(aCNAME As Name)
Parameters:
- aCNAME:
constructor (CNAMEResource)
constructor(value: CNAMEResource)
CNAMEResource(CNAMEResource value)
init(_ value: CNAMEResource)
Sub New(value As CNAMEResource)
Parameters:
- value:
GoString Island
method GoString: string
string GoString()
func GoString() -> string
func GoString() string
Function GoString() As string