If the program you are running under FireDaemon Pro control binds to a socket, is relatively straight forward to determine what what protocol, address or port the program is listening on. First off, you need to obtain the Process ID (PID) of the service in question. Please consult this article to determine how to obtain the PID of a specific service.
Once you've obtained the PID, open an elevated command prompt and type:
The output will look similar to below. The first column is the protocol, second column is the binding, and last column is the PID. Scroll through the lines in the state LISTENING and match the PID. Note, this only works if you program is listening on a TCP port.
Alternately you can type:
This will give you a listing for that PID only and TCP, UDP, IPv4, IPv6 protocols, and ports. For example: