XMapWSServiceImplEx Constructor |
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
)
Public Sub New (
url As String,
user As String,
password As String
)
public:
XMapWSServiceImplEx(
String^ url,
String^ user,
String^ password
)
new :
url : string *
user : string *
password : string -> XMapWSServiceImplEx
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