ZeroconfServices Documation
SearchForService Method (type, domain)
NamespacesZeroconfServiceNetServiceBrowserSearchForService(String, String)
Starts a search for services of a given type within a given domain.
Declaration Syntax
C#Visual BasicVisual C++
public void SearchForService(
	string type,
	string domain
)
Public Sub SearchForService ( _
	type As String, _
	domain As String _
)
public:
void SearchForService (
	String^ type, 
	String^ domain
)
Parameters
type (String)
Type of service to search for.
domain (String)
Domain name in which to search.
Remarks
The domain argument can be an explicity domain name, the generic "local." (including the trailing period) domain name or an empty string ("") which represents the default registration domain.

Assembly: ZeroconfService (Module: ZeroconfService) Version: 0.1.0.0