API Reference
Class
TyposquattingMailInfrastructure
Shared helpers for normalizing typosquatting mail-exchanger infrastructure.
Inheritance
- Object
- TyposquattingMailInfrastructure
Methods
public static String ExtractMxHost(String record) #Returns:
StringExecutes the extract mx host operation.
Parameters
- record System.String
public static IReadOnlyList<String> NormalizeMxHosts(IEnumerable<String> mxRecords) #Returns:
IReadOnlyList<String>Executes the normalize mx hosts operation.
Parameters
- mxRecords System.Collections.Generic.IEnumerable{System.String}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object