What do the following iRule commands do when they are used in the same iRule? set hsl [HSL::open -proto UDP -pool syslog_server_pool] HSL::send $hsl "<190> [HTTP::host] from [whereis [IP::client_addr] country continent state city zip] , IP: [IP::client_addr]"
A. The commands set up a high-speed logging connection and then send the geographical database to the server
B. The commands set up a high-speed logging connection and then send the host header and client geographical detail to the connection
C. The commands set up a high-speed logging connection and then send the host header, HTTP payload, and client geographical detail to the connection
D. The commands set up a high-speed logging connection to the LTM device and then send the host header and client geographical detail to the connection