Public Member Functions | |
DnsRequest (String name, fm.liveswitch.IAction2< String[], Object > callback, Object state) | |
Initializes a new instance of the DnsRequest class. More... | |
String | getName () |
Gets the name. More... | |
fm.liveswitch.IAction2< String[], Object > | getCallback () |
Gets the callback. More... | |
Object | getState () |
Gets the state. More... | |
void | resolve (boolean bypassProxyCheck) |
Resolves Name, executing Callback when complete. More... | |
fm.liveswitch.DnsRequest.DnsRequest | ( | String | name, |
fm.liveswitch.IAction2< String[], Object > | callback, | ||
Object | state | ||
) |
Initializes a new instance of the DnsRequest class.
name | The name. |
callback | The callback. |
state | The state. |
fm.liveswitch.IAction2<String[],Object> fm.liveswitch.DnsRequest.getCallback | ( | ) |
Gets the callback.
String fm.liveswitch.DnsRequest.getName | ( | ) |
Gets the name.
Object fm.liveswitch.DnsRequest.getState | ( | ) |
Gets the state.
void fm.liveswitch.DnsRequest.resolve | ( | boolean | bypassProxyCheck | ) |
Resolves Name, executing Callback when complete.