Click or drag to resize

RepositoryDiscoverer Constructor (IPAddress, Int32)

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 and UDP port number 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
)

Parameters

ipAddress
Type: System.NetIPAddress
The IP address of the data server.
udpPort
Type: SystemInt32
The UDP port of the data server.
See Also