Method | Description | |
---|---|---|
ArcGisLegend ( ) : System | ||
GetLegendInfo ( string serviceUrl, ICredentials credentials = null ) : |
||
GetLegendInfoAsync ( string serviceUrl, ICredentials credentials = null ) : void |
Get the legend for the given mapserver
|
Method | Description | |
---|---|---|
CreateRequest ( string serviceUrl, ICredentials credentials ) : |
||
FinishWebRequest ( IAsyncResult result ) : void | ||
GetLegendResponseFromWebresponse ( |
||
OnLegendFailed ( ) : void | ||
OnLegendReceived ( |
public GetLegendInfo ( string serviceUrl, ICredentials credentials = null ) : |
||
serviceUrl | string | |
credentials | ICredentials | |
return |
public GetLegendInfoAsync ( string serviceUrl, ICredentials credentials = null ) : void | ||
serviceUrl | string | Url to the mapserver |
credentials | ICredentials | Credentials |
return | void |