![]() |
BlackBerry Dynamics for Xamarin Forms
11.0.1.26
Runtime library for Xamarin Forms applications
|
Enumerations | |
enum | BBDNetUtilityError { BBDNetUtilityError.Timeout = 100, BBDNetUtilityError.NetworkError = 102, BBDNetUtilityError.ParsingResponseError = 103, BBDNetUtilityError.InternalError = 104, BBDNetUtilityError.ParameterError = 105, BBDNetUtilityError.CouldNotPerformService = 500 } |
Enumerated constants for BlackBerry Dynamics net utility errors. More... | |
enum | BBDNslookupType { BBDNslookupType.CNAME = 0, BBDNslookupType.ARECORD } |
Use these constants to specify the type of results required for a BlackBerry Dynamics name service lookup. The type parameter of the Nslookup method always takes one of these values. More... | |
Enumerated constants for BlackBerry Dynamics net utility errors.
This enumeration represents the type of a BlackBerry Dynamics net utility error.
Use these constants to specify the type of results required for a BlackBerry Dynamics name service lookup. The type parameter of the Nslookup method always takes one of these values.
Enumerator | |
---|---|
CNAME |
Specify a CNAME lookup. |
ARECORD |
Specify an A record lookup. |