MapMatrix NetGIS Class Library

Connection.OpenConnection Method 

Open a connection to a NetGIS Web Service

public ConnectRespCode OpenConnection(
   string ServerUrl,
   string WebServiceName,
   string ClientConfiguration,
   string UserName,
   string Password
);

Parameters

ServerUrl
URL for the server of the NetGIS Web Service
WebServiceName
Name of the NetGIS Web Service
ClientConfiguration
Name for the configuration data on the server
UserName
User name used for validation
Password
Password of the User, used for validation

Return Value

See Also

Connection Class | MapMatrix.MapControls Namespace