RepositoryDiscoverer Constructor (IPAddress, Int32, RepositoryDiscovererPathRewriter) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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
)
Public Sub New (
ipAddress As IPAddress,
udpPort As Integer,
pathRewriter As RepositoryDiscovererPathRewriter
)
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