Implementation of hr.tis.mgw.client.location.LocationManager that uses implementation of HttpWebClientProtocol class for communication with gateway's Parlay X web services.

Namespace: hr.tis.mgw.client.location
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public Class LocationManagerImpl _
	Implements LocationManager
C#
public class LocationManagerImpl : LocationManager
Visual C++
public ref class LocationManagerImpl : LocationManager

Remarks

Following dependencies have to be set: LocationManagerImpl.RouteCredentialsHandler, for resolving security credentials specific to route mobileTerminalLocationPortURL, specifying URL of gateway's MobileTerminalLocationPort web service For mGw version 2 use LocationManager2Impl.

Inheritance Hierarchy

System.Object
  hr.tis.mgw.client.location.LocationManagerImpl

See Also