Click or drag to resize

NetworkDiscoverer Methods

The NetworkDiscoverer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDirectedBroadcast(DiscoveryHandler, String)
Sends a directed broadcast discovery packet to the subnet specified by ipAddress.
Public methodStatic memberDirectedBroadcast(DiscoveryHandler, String, Int32)
Sends a directed broadcast discovery packet to the subnet specified by ipAddress.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFindPrinters(DiscoveryHandler)
This method will search the network using a combination of discovery methods to find printers on the network.
Public methodStatic memberFindPrinters(DiscoveryHandler, ListString)
Sends a discovery request to the list of printer DNS names or IPs in printersToFind.
Public methodStatic memberFindPrinters(DiscoveryHandler, ListString, Int32)
Sends a discovery request to the list of printer DNS names or IPs in printersToFind.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLocalBroadcast(DiscoveryHandler)
Sends a local broadcast packet.
Public methodStatic memberLocalBroadcast(DiscoveryHandler, Int32)
Sends a local broadcast packet.
Public methodStatic memberMulticast(DiscoveryHandler, Int32)
Sends a multicast discovery packet.
Public methodStatic memberMulticast(DiscoveryHandler, Int32, Int32)
Sends a multicast discovery packet.
Public methodStatic memberSubnetSearch(DiscoveryHandler, String)
Sends a discovery packet to the IPs specified in the subnetRange.
Public methodStatic memberSubnetSearch(DiscoveryHandler, String, Int32)
Sends a discovery packet to the IPs specified in the subnetRange.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also