is there a way for me to identify the IP address of the network printer(s) using C# application.
I have tried the ManagementObjectSearcher Win32_NetworkAdapterConfiguration but I can only see my own ip address.. same with Win32_Printer.
My goal is to programmatically detect the Network Printerâs IP Address or hostnames based on the printer drivers installed in my PC.
Can .Net do this?
thank you.
|