C# Class MapAround.Web.Wms.WmsFeaturesInfoNeededEventArgs

Provides data for the FeaturesInfoNeeded event.
Inheritance: System.EventArgs
Afficher le fichier Open project: gkrsu/maparound.core Class Usage Examples

Méthodes publiques

Méthode Description
WmsFeaturesInfoNeededEventArgs ( List features, string mimeTypeNeeded, Stream responseOutputStream, string responseContentType ) : System

Initializes a new instance of the MapAround.Web.Wms.WmsFeaturesInfoNeededEventArgs.

Method Details

WmsFeaturesInfoNeededEventArgs() public méthode

Initializes a new instance of the MapAround.Web.Wms.WmsFeaturesInfoNeededEventArgs.
public WmsFeaturesInfoNeededEventArgs ( List features, string mimeTypeNeeded, Stream responseOutputStream, string responseContentType ) : System
features List A list containing features to provide info
mimeTypeNeeded string Requested mime-type
responseOutputStream Stream The output stream into which to write the responce
responseContentType string Current responce mime-type
Résultat System