Platforms to show: All Mac Windows Linux Cross-Platform
DNSLookupMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Network | MBS Network Plugin | 3.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
- 5 properties
- property Address as String
- property AddressesCount as Integer
- property AddressType as Integer
- property AliasCount as Integer
- property Name as String
- 2 methods
- 9 shared methods
- shared method FormatIP(ip as string) as string
- shared method LookupHostbyAddress(HostAddressBinary as string) as DNSLookupMBS
- shared method LookupHostbyAddressMT(HostAddressBinary as string) as DNSLookupMBS
- shared method LookupHostbyName(HostName as string) as DNSLookupMBS
- shared method LookupHostbyName(HostName as string, AddressType as Integer) as DNSLookupMBS
- shared method LookupHostbyNameMT(HostName as string) as DNSLookupMBS
- shared method LookupHostbyNameMT(HostName as string, AddressType as Integer) as DNSLookupMBS
- shared method ParseIPv4(ip as string) as string
- shared method ParseIPv6(ip as string) as string
- 2 constants
Constants
Constant | Value | Description |
---|---|---|
AddressTypeIPv4 | 2 |
One of the address types.
An IPv4 address. |
AddressTypeIPv6 | 10 |
One of the address types.
An IPv6 address. |
This class has no sub classes.
Some examples using this class:
Blog Entries
- Multithreaded plugin functions can increase speed of Xojo application
- Problems with killing Xojo threads with plugin calls.
- MBS Real Studio Plugins, version 13.1pr12
- Multithreaded plugin functions can increase speed of Real Studio application
- MBS Real Studio Plugins, version 12.2pr5
- MBS Real Studio Plugins, version 11.3pr1
- MBS REALbasic Plugins Version 10.4 release notes
- MBS REALbasic Plugins, version 10.4pr3
The items on this page are in the following plugins: MBS Network Plugin.
DNSLocRecordMBS - DNSMINFORecordMBS
