SpfMechanism Constructor

Creates a new instance of the SpfMechanism

Definition

Namespace: ARSoft.Tools.Net.Spf
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public SpfMechanism(
	SpfQualifier qualifier,
	SpfMechanismType type,
	string? domain = null,
	int? prefix = null,
	int? prefix6 = null
)

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

See Also