SOAResource
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
constructor
// .NET, .NET Standard 2.0
constructor(aNS: Name; aMBox: Name; aSerial: UInt32; aRefresh: UInt32; aRetry: UInt32; aExpire: UInt32; aMinTTL: UInt32)
// Island
constructor(aNS: Name; aMBox: Name; aSerial: uint32; aRefresh: uint32; aRetry: uint32; aExpire: uint32; aMinTTL: uint32)
// .NET, .NET Standard 2.0
SOAResource(Name aNS, Name aMBox, UInt32 aSerial, UInt32 aRefresh, UInt32 aRetry, UInt32 aExpire, UInt32 aMinTTL)
// Island
SOAResource(Name aNS, Name aMBox, uint32 aSerial, uint32 aRefresh, uint32 aRetry, uint32 aExpire, uint32 aMinTTL)
// .NET, .NET Standard 2.0
init(_ aNS: Name, _ aMBox: Name, _ aSerial: UInt32, _ aRefresh: UInt32, _ aRetry: UInt32, _ aExpire: UInt32, _ aMinTTL: UInt32)
// Island
init(_ aNS: Name, _ aMBox: Name, _ aSerial: uint32, _ aRefresh: uint32, _ aRetry: uint32, _ aExpire: uint32, _ aMinTTL: uint32)
// .NET, .NET Standard 2.0
Sub New(aNS As Name, aMBox As Name, aSerial As UInt32, aRefresh As UInt32, aRetry As UInt32, aExpire As UInt32, aMinTTL As UInt32)
// Island
Sub New(aNS As Name, aMBox As Name, aSerial As uint32, aRefresh As uint32, aRetry As uint32, aExpire As uint32, aMinTTL As uint32)
Parameters:
- aNS:
- aMBox:
- aSerial:
- aRefresh:
- aRetry:
- aExpire:
- aMinTTL:
constructor(value: SOAResource)
SOAResource(SOAResource value)
init(_ value: SOAResource)
Sub New(value As SOAResource)
Parameters:
- value:
Expire
GoString Island
func GoString() -> string
Function GoString() As string
MBox
MinTTL
NS
Refresh
FIELD Refresh() As uint32
Retry
Serial
Expire
MBox
MinTTL
NS
Refresh
FIELD Refresh() As uint32
Retry
Serial
constructor
// .NET, .NET Standard 2.0
constructor(aNS: Name; aMBox: Name; aSerial: UInt32; aRefresh: UInt32; aRetry: UInt32; aExpire: UInt32; aMinTTL: UInt32)
// Island
constructor(aNS: Name; aMBox: Name; aSerial: uint32; aRefresh: uint32; aRetry: uint32; aExpire: uint32; aMinTTL: uint32)
// .NET, .NET Standard 2.0
SOAResource(Name aNS, Name aMBox, UInt32 aSerial, UInt32 aRefresh, UInt32 aRetry, UInt32 aExpire, UInt32 aMinTTL)
// Island
SOAResource(Name aNS, Name aMBox, uint32 aSerial, uint32 aRefresh, uint32 aRetry, uint32 aExpire, uint32 aMinTTL)
// .NET, .NET Standard 2.0
init(_ aNS: Name, _ aMBox: Name, _ aSerial: UInt32, _ aRefresh: UInt32, _ aRetry: UInt32, _ aExpire: UInt32, _ aMinTTL: UInt32)
// Island
init(_ aNS: Name, _ aMBox: Name, _ aSerial: uint32, _ aRefresh: uint32, _ aRetry: uint32, _ aExpire: uint32, _ aMinTTL: uint32)
// .NET, .NET Standard 2.0
Sub New(aNS As Name, aMBox As Name, aSerial As UInt32, aRefresh As UInt32, aRetry As UInt32, aExpire As UInt32, aMinTTL As UInt32)
// Island
Sub New(aNS As Name, aMBox As Name, aSerial As uint32, aRefresh As uint32, aRetry As uint32, aExpire As uint32, aMinTTL As uint32)
Parameters:
- aNS:
- aMBox:
- aSerial:
- aRefresh:
- aRetry:
- aExpire:
- aMinTTL:
constructor(value: SOAResource)
SOAResource(SOAResource value)
init(_ value: SOAResource)
Sub New(value As SOAResource)
Parameters:
- value:
GoString Island
func GoString() -> string
Function GoString() As string