NetworkDiscoverer Methods |
The NetworkDiscoverer type exposes the following members.
| Name | Description | |
|---|---|---|
| DirectedBroadcast(DiscoveryHandler, String) |
Sends a directed broadcast discovery packet to the subnet specified by ipAddress.
| |
| DirectedBroadcast(DiscoveryHandler, String, Int32) |
Sends a directed broadcast discovery packet to the subnet specified by ipAddress.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FindPrinters(DiscoveryHandler) |
This method will search the network using a combination of discovery methods to find printers on the network.
| |
| FindPrinters(DiscoveryHandler, ListString) |
Sends a discovery request to the list of printer DNS names or IPs in printersToFind.
| |
| FindPrinters(DiscoveryHandler, ListString, Int32) |
Sends a discovery request to the list of printer DNS names or IPs in printersToFind.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LocalBroadcast(DiscoveryHandler) |
Sends a local broadcast packet.
| |
| LocalBroadcast(DiscoveryHandler, Int32) |
Sends a local broadcast packet.
| |
| Multicast(DiscoveryHandler, Int32) |
Sends a multicast discovery packet.
| |
| Multicast(DiscoveryHandler, Int32, Int32) |
Sends a multicast discovery packet.
| |
| SubnetSearch(DiscoveryHandler, String) |
Sends a discovery packet to the IPs specified in the subnetRange.
| |
| SubnetSearch(DiscoveryHandler, String, Int32) |
Sends a discovery packet to the IPs specified in the subnetRange.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |