SpfMechanism Constructor
Creates a new instance of the SpfMechanism
Namespace: ARSoft.Tools.Net.SpfAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public SpfMechanism(
SpfQualifier qualifier,
SpfMechanismType type,
string? domain = null,
int? prefix = null,
int? prefix6 = null
)
Public Sub New (
qualifier As SpfQualifier,
type As SpfMechanismType,
Optional domain As String = Nothing,
Optional prefix As Integer? = Nothing,
Optional prefix6 As Integer? = Nothing
)
public:
SpfMechanism(
SpfQualifier qualifier,
SpfMechanismType type,
String^ domain = nullptr,
Nullable<int> prefix = nullptr,
Nullable<int> prefix6 = nullptr
)
new :
qualifier : SpfQualifier *
type : SpfMechanismType *
?domain : string *
?prefix : Nullable<int> *
?prefix6 : Nullable<int>
(* Defaults:
let _domain = defaultArg domain null
let _prefix = defaultArg prefix null
let _prefix6 = defaultArg prefix6 null
*)
-> SpfMechanism
Parameters
- qualifier SpfQualifier
- Qualifier of the mechanism
- type SpfMechanismType
- Type of the mechanism
- domain String (Optional)
- Domain part of the mechanism
- prefix NullableInt32 (Optional)
- IPv4 prefix of the mechanism
- prefix6 NullableInt32 (Optional)
- IPv6 prefix of the mechanism