C# 클래스 MapAround.Web.Wms.WmsUnknownRequestEventArgs

Provides data for the OnUnknownRequest event.
상속: System.EventArgs
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

공개 메소드들

메소드 설명
WmsUnknownRequestEventArgs ( NameValueCollection requestParams, Stream responseOutputStream ) : System

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

메소드 상세

WmsUnknownRequestEventArgs() 공개 메소드

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
리턴 System