Click or drag to resize

XMapWSServiceImplEx Constructor

Initializes a new instance of the XMapWSServiceImpl class.

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public XMapWSServiceImplEx(
	string url,
	string user,
	string password
)

Parameters

url
Type: SystemString
The url of the xMapServer.
user
Type: SystemString
The user of the xMapServer.
password
Type: SystemString
The password of the xMapServer.
See Also