Click or drag to resize

RepositoryDiscoverer Constructor (IPAddress, Int32, RepositoryDiscovererPathRewriter)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new RepositoryDiscoverer using an IP address, UDP port number and a RepositoryDiscovererPathRewriter as inputs.

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public RepositoryDiscoverer(
	IPAddress ipAddress,
	int udpPort,
	RepositoryDiscovererPathRewriter pathRewriter
)

Parameters

ipAddress
Type: System.NetIPAddress
The IP address of the data server.
udpPort
Type: SystemInt32
The UDP port of the data server.
pathRewriter
Type: Telogis.GeoBase.RepositoriesRepositoryDiscovererPathRewriter
The delegate used to rename the path to a repository.
See Also