C# Class MapAround.Web.Wms.WmsUnknownRequestEventArgs

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

Méthodes publiques

Méthode Description
WmsUnknownRequestEventArgs ( NameValueCollection requestParams, Stream responseOutputStream ) : System

Initializes a new instance os MapAround.Web.Wms.WmsExtenedRequestEventArgs.

Method Details

WmsUnknownRequestEventArgs() public méthode

Initializes a new instance os MapAround.Web.Wms.WmsExtenedRequestEventArgs.
public WmsUnknownRequestEventArgs ( NameValueCollection requestParams, Stream responseOutputStream ) : System
requestParams System.Collections.Specialized.NameValueCollection a collection containing the request parameters
responseOutputStream Stream An output stream to write the response
Résultat System