ZeroconfServices Documation
NetService Constructor (domain, type, name)
NamespacesZeroconfServiceNetServiceNetServiceNetServiceNew(String, String, String)
Initializes a new instance of the NetService class for resolving.
Declaration Syntax
C#Visual BasicVisual C++
public NetService(
	string domain,
	string type,
	string name
)
Public Sub New ( _
	domain As String, _
	type As String, _
	name As String _
)
public:
NetService (
	String^ domain, 
	String^ type, 
	String^ name
)
Parameters
domain (String)
The domain of the service. For the local domain, use "local." not "".
type (String)

The network service type.

This must include both the transport type ("_tcp." or ".udp") and the service name prefixed with an underscore("_"). For example, to search for an HTTP service on TCP you would use "_http._tcp."

name (String)
The name of the service to resolve.
Remarks

This constructor is the appropriate constructor used to resolve a service. You can not use this constructor to publish a service.

Assembly: ZeroconfService (Module: ZeroconfService) Version: 0.1.0.0