C# Class csExWB.SynchDownloadRequestEventArgs

Event arguments for SynchDownloadRequestEventHandler delegate.
Inheritance: System.EventArgs
Mostra file Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Methods

Method Description
SynchDownloadRequestEventArgs ( string protocol, string url, string referer, byte post, string PostDataMimeType, object browser, object sink, bool needfilename ) : System

Method Details

SynchDownloadRequestEventArgs() public method

public SynchDownloadRequestEventArgs ( string protocol, string url, string referer, byte post, string PostDataMimeType, object browser, object sink, bool needfilename ) : System
protocol string
url string
referer string
post byte
PostDataMimeType string
browser object
sink object
needfilename bool
return System