RepositoryDiscoverer Constructor (IPAddress, Int32) | |
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
)
Public Sub New (
ipAddress As IPAddress,
udpPort As Integer
)
Parameters
- ipAddress
- Type: System.NetIPAddress
The IP address of the data server. - udpPort
- Type: SystemInt32
The UDP port of the data server.
See Also