C# Class MapAround.Web.Wms.WmsUnknownRequestEventArgs

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

Public Methods

Method Description
WmsUnknownRequestEventArgs ( NameValueCollection requestParams, Stream responseOutputStream ) : System

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

Method Details

WmsUnknownRequestEventArgs() public method

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
return System