C# Class SuperMap.Web.Mapping.SmMapService

Mostrar archivo Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
SmMapService ( string mapServiceUrl, string mapName ) : System
SmMapService ( string mapServiceUrl, string mapName, string mapServiceAddress, int mapServicePort ) : System

Private Methods

Method Description
CheckForFault ( DownloadStringCompletedEventArgs e, Exception &ex ) : bool
wc_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

SmMapService() public method

public SmMapService ( string mapServiceUrl, string mapName ) : System
mapServiceUrl string
mapName string
return System

SmMapService() public method

public SmMapService ( string mapServiceUrl, string mapName, string mapServiceAddress, int mapServicePort ) : System
mapServiceUrl string
mapName string
mapServiceAddress string
mapServicePort int
return System